AIDK API Reference / aidk-shared / ToolConfirmationResponse
Interface: ToolConfirmationResponse ​
Defined in: packages/shared/src/tools.ts:244
Response from client when confirming/denying a tool execution. Sent via POST /api/channels/tool-confirmation.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
always? | boolean | If true, remember this decision for future calls to this tool. Application should persist this preference. | packages/shared/src/tools.ts:253 |
confirmed | boolean | Whether the tool execution is allowed | packages/shared/src/tools.ts:248 |
toolUseId | string | ID of the tool call being confirmed | packages/shared/src/tools.ts:246 |