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

    Interface ToolResultEvent

    Represents the result of a tool execution.

    interface ToolResultEvent {
        result: FunctionResponse;
        type: TOOL_RESULT;
    }

    Properties

    result: FunctionResponse