Defined in: types.ts:861
Emitted when tool call arguments are streaming.
optional args: string;
Defined in: types.ts:868
Full accumulated arguments so far
delta: string;
Defined in: types.ts:866
Incremental JSON arguments delta
optional model: string;
Defined in: types.ts:756
Model identifier for multi-model support
optional rawEvent: unknown;
Defined in: types.ts:758
Original provider event for debugging/advanced use cases
timestamp: number;
Defined in: types.ts:754
toolCallId: string;
Defined in: types.ts:864
Tool call identifier
type: "TOOL_CALL_ARGS";
Defined in: types.ts:862