Defined in: types.ts:867
Emitted when a tool call completes.
optional input: unknown;
Defined in: types.ts:874
Final parsed input arguments
optional model: string;
Defined in: types.ts:751
Model identifier for multi-model support
optional rawEvent: unknown;
Defined in: types.ts:753
Original provider event for debugging/advanced use cases
optional result: string;
Defined in: types.ts:876
Tool execution result (if executed)
timestamp: number;
Defined in: types.ts:749
toolCallId: string;
Defined in: types.ts:870
Tool call identifier
toolName: string;
Defined in: types.ts:872
Name of the tool
type: "TOOL_CALL_END";
Defined in: types.ts:868