ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ToolConfirmationEvent
Interface ToolConfirmationEvent
Represents a request for tool confirmation.
interface
ToolConfirmationEvent
{
confirmations
:
Record
<
string
,
unknown
>
;
type
:
TOOL_CONFIRMATION
;
}
Properties
confirmations
confirmations
:
Record
<
string
,
unknown
>
type
type
:
TOOL_CONFIRMATION
Properties
confirmations
type
ADK for TypeScript: API Reference
Loading...
Represents a request for tool confirmation.