Skip to content

Documentation / @agentick/client / SessionToolConfirmationHandler

Type Alias: SessionToolConfirmationHandler()

SessionToolConfirmationHandler = (request, respond) => void

Defined in: client/src/types.ts:158

Handler for tool confirmations.

Parameters

request

ToolConfirmationRequest

respond

(response) => void

Returns

void

Released under the ISC License.