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

    Interface ToolCallEvent

    Represents a request to execute a tool.

    interface ToolCallEvent {
        call: FunctionCall;
        type: TOOL_CALL;
    }

    Properties

    call: FunctionCall
    type: TOOL_CALL