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

    Interface ToolConfirmationEvent

    Represents a request for tool confirmation.

    interface ToolConfirmationEvent {
        confirmations: Record<string, unknown>;
        type: TOOL_CONFIRMATION;
    }

    Properties

    confirmations: Record<string, unknown>