Package version:

Interface ConnectedAgentToolDefinition

The input definition information for a connected agent tool which defines a domain specific sub-agent

interface ConnectedAgentToolDefinition {
    connectedAgent: ConnectedAgentDetails;
    type: "connected_agent";
}

Hierarchy (view full)

Properties

Properties

connectedAgent: ConnectedAgentDetails

The sub-agent to connect

type

The object type, which is always 'connected_agent'.