Defined in: types.ts:804
Emitted when a tool call completes.
optional input: unknown;
Defined in: types.ts:811
Final parsed input arguments
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
optional result: string;
Defined in: types.ts:813
Tool execution result (if executed)
timestamp: number;
Defined in: types.ts:688
toolCallId: string;
Defined in: types.ts:807
Tool call identifier
toolName: string;
Defined in: types.ts:809
Name of the tool
type: "TOOL_CALL_END";
Defined in: types.ts:805