Skip to content

Documentation / @agentick/shared / ToolConfirmationRequiredEvent

Type Alias: ToolConfirmationRequiredEvent ​

ToolConfirmationRequiredEvent = object & StreamEventBase

Defined in: streaming.ts:545

Tool confirmation events (for requiresConfirmation tools)

Type Declaration ​

callId ​

callId: string

input ​

input: Record<string, unknown>

message ​

message: string

metadata? ​

optional metadata: Record<string, unknown>

name ​

name: string

type ​

type: "tool_confirmation_required"

Released under the ISC License.