Package version:

Interface ConnectedAgentDetails

Information for connecting one agent to another as a tool

interface ConnectedAgentDetails {
    description: string;
    id: string;
    name: string;
}

Properties

Properties

description: string

A description of what the agent does, used by the model to choose when and how to call the agent.

id: string

The identifier of the child agent.

name: string

The name of the agent to be called.