ADK for TypeScript: API Reference
    Preparing search index...

    Interface AgentToolConfig

    The configuration of the agent tool.

    interface AgentToolConfig {
        agent: BaseAgent;
        skipSummarization?: boolean;
    }

    Properties

    agent: BaseAgent

    The reference to the agent instance.

    skipSummarization?: boolean

    Whether to skip summarization of the agent output.