Defined in: types.ts:893
Emitted when a thinking/reasoning step finishes.
optional content: string;
Defined in: types.ts:900
Full accumulated thinking content (optional, for debugging)
delta: string;
Defined in: types.ts:898
Incremental thinking content
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
stepId: string;
Defined in: types.ts:896
Step identifier
timestamp: number;
Defined in: types.ts:749
type: "STEP_FINISHED";
Defined in: types.ts:894