Documentation / @agentick/shared / ToolResultStartEvent
Type Alias: ToolResultStartEvent ​
ToolResultStartEvent =
object&StreamEventBase
Defined in: streaming.ts:508
Tool result start event - signals tool execution has begun.
Fills the gap between tool_call (model requests tool) and tool_result (tool returns). UI can show "executing tool X..." during this window.
Type Declaration ​
callId ​
callId:
string
name ​
name:
string
type ​
type:
"tool_result_start"