ToolCallConfirmationValue
Schema for tool call confirmation interrupt value.
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. |