ADK TypeScript Documentation - v0.0.4
    Preparing search index...

    Interface ToolCall

    Tool call result from LLM

    interface ToolCall {
        function: FunctionCall;
        id: string;
    }
    Index

    Properties

    Properties

    function: FunctionCall

    Function call details

    id: string

    Unique ID for the tool call