Skip to content

Documentation / @agentick/shared / ToolCallDeltaEvent

Type Alias: ToolCallDeltaEvent

ToolCallDeltaEvent = object & StreamEventBase

Defined in: streaming.ts:296

Type Declaration

blockIndex

blockIndex: number

callId

callId: string

delta

delta: string

type

type: "tool_call_delta"

Released under the ISC License.