Defined in: types.ts:830
Emitted when a thinking/reasoning step finishes.
optional content: string;
Defined in: types.ts:837
Full accumulated thinking content
optional delta: string;
Defined in: types.ts:835
Incremental thinking content
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
stepId: string;
Defined in: types.ts:833
Step identifier
timestamp: number;
Defined in: types.ts:688
type: "STEP_FINISHED";
Defined in: types.ts:831