Skip to content

Documentation / @agentick/react / UseToolConfirmationsResult

Interface: UseToolConfirmationsResult ​

Defined in: react/src/hooks/use-tool-confirmations.ts:13

Properties ​

pending ​

pending: ToolConfirmationState | null

Defined in: react/src/hooks/use-tool-confirmations.ts:14


respond() ​

respond: (response) => void

Defined in: react/src/hooks/use-tool-confirmations.ts:15

Parameters ​

response ​

ToolConfirmationResponse

Returns ​

void

Released under the ISC License.