ConnectedAgentDetails interface
Information for connecting one agent to another as a tool
Properties
description | A description of what the agent does, used by the model to choose when and how to call the agent. |
id | The identifier of the child agent. |
name | The name of the agent to be called. |
Property Details
description
A description of what the agent does, used by the model to choose when and how to call the agent.
description: string
Property Value
string
id
The identifier of the child agent.
id: string
Property Value
string
name
The name of the agent to be called.
name: string
Property Value
string