ToolCallConfirmationInterruptStartEvent
Known interrupt start event for tool call confirmation.
Deprecated¶
Emitted only by agents on the legacy runtime. Agents on the current runtime
express confirmation as requireConfirmation: true on ToolCallStartEvent, with
the client responding via ToolCallConfirmationEvent (confirmToolCall on
ToolCallEvent).
Properties¶
| Property | Type | Description |
|---|---|---|
type |
ToolCallConfirmation |
Tool call confirmation interrupt type. |
value |
ToolCallConfirmationValue |
The tool call confirmation data. |