Defined in: types.ts:836
Emitted when a tool call completes.
optional input: unknown;
optional input: unknown;
Defined in: types.ts:843
Final parsed input arguments
optional model: string;
optional model: string;
Defined in: types.ts:722
Model identifier for multi-model support
optional rawEvent: unknown;
optional rawEvent: unknown;
Defined in: types.ts:724
Original provider event for debugging/advanced use cases
optional result: string;
optional result: string;
Defined in: types.ts:845
Tool execution result (if executed)
timestamp: number;
timestamp: number;
Defined in: types.ts:720
toolCallId: string;
toolCallId: string;
Defined in: types.ts:839
Tool call identifier
toolName: string;
toolName: string;
Defined in: types.ts:841
Name of the tool
type: "TOOL_CALL_END";
type: "TOOL_CALL_END";
Defined in: types.ts:837
