Skip to content

Documentation / @agentick/shared / ToolCallStartEvent

Type Alias: ToolCallStartEvent ​

ToolCallStartEvent = object & StreamEventBase

Defined in: streaming.ts:289

Tool call events (model requesting tool execution)

Type Declaration ​

blockIndex ​

blockIndex: number

callId ​

callId: string

name ​

name: string

type ​

type: "tool_call_start"

Released under the ISC License.