ToolCallConfirmationValue
Schema for tool call confirmation interrupt value.
Deprecated¶
Tool call confirmation now travels on ToolCallStartEvent via
requireConfirmation: true / inputSchema and is responded to with
ToolCallConfirmationEvent. This shape is retained for agents on the legacy
runtime that still emit confirmations as interrupts.
Properties¶
| Property | Type | Description |
|---|---|---|
inputSchema |
JSONValue |
The input schema for the tool call. |
inputValue? |
JSONValue |
The input value for the tool call. |
toolCallId |
string |
The ID of the tool call being confirmed. |
toolName |
string |
The name of the tool to be called. |