Defined in: types.ts:890
Emitted when a thinking/reasoning step finishes.
optional content: string;
optional content: string;
Defined in: types.ts:897
Full accumulated thinking content (optional, for debugging)
delta: string;
delta: string;
Defined in: types.ts:895
Incremental thinking content
optional model: string;
optional model: string;
Defined in: types.ts:750
Model identifier for multi-model support
optional rawEvent: unknown;
optional rawEvent: unknown;
Defined in: types.ts:752
Original provider event for debugging/advanced use cases
stepId: string;
stepId: string;
Defined in: types.ts:893
Step identifier
timestamp: number;
timestamp: number;
Defined in: types.ts:748
type: "STEP_FINISHED";
type: "STEP_FINISHED";
Defined in: types.ts:891
