Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Sep 21, 2024
2 parents 5c23a06 + bc263af commit 8ef35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agency_swarm/agency/agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ class SendMessage(BaseTool):
message_files: Optional[List[str]] = Field(default=None,
description="A list of file ids to be sent as attachments to this message. Only use this if you have the file id that starts with 'file-'.",
examples=["file-1234", "file-5678"])
additional_instructions: str = Field(default=None,
additional_instructions: Optional[List[str]] = Field(default=None,
description="Any additional instructions or clarifications that you would like to provide to the recipient agent.")

class ToolConfig:
Expand Down

0 comments on commit 8ef35c0

Please sign in to comment.