Defined in: types.ts:791
Emitted when tool call arguments are streaming.
optional args: string;
Defined in: types.ts:798
Full accumulated arguments so far
delta: string;
Defined in: types.ts:796
Incremental JSON arguments delta
optional model: string;
Defined in: types.ts:690
Model identifier for multi-model support
optional rawEvent: unknown;
Defined in: types.ts:692
Original provider event for debugging/advanced use cases
timestamp: number;
Defined in: types.ts:688
toolCallId: string;
Defined in: types.ts:794
Tool call identifier
type: "TOOL_CALL_ARGS";
Defined in: types.ts:792