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

    Class ToolConfirmationExperimental

    Represents a tool confirmation configuration. (Experimental, subject to change)

    Constructors

    • Experimental

      Parameters

      • __namedParameters: { confirmed: boolean; hint?: string; payload?: unknown }

      Returns ToolConfirmation

    Properties

    confirmed: boolean

    Whether the tool execution is confirmed.

    hint: string

    The hint text for why the input is needed.

    payload?: unknown

    The custom data payload needed from the user to continue the flow. It should be JSON serializable.