@squidcloud/client
    Preparing search index...

    Interface AiConnectedAgentMetadata

    Metadata for a connected AI agent callable by the current agent.

    interface AiConnectedAgentMetadata {
        agentId: string;
        description: string;
    }
    Index

    Properties

    Properties

    agentId: string

    The ID of the connected AI agent.

    description: string

    A description of the connected agent for the parent agent context, used as AI function description.