Skip to content

Documentation / @agentick/shared / ToolConfirmationResultEvent

Type Alias: ToolConfirmationResultEvent ​

ToolConfirmationResultEvent = object & StreamEventBase

Defined in: streaming.ts:554

Type Declaration ​

always? ​

optional always: boolean

callId ​

callId: string

confirmed ​

confirmed: boolean

reason? ​

optional reason: string

type ​

type: "tool_confirmation_result"

Released under the ISC License.