Defined in: types.ts:900
Emitted when a thinking/reasoning step finishes.
optional content: string;
Defined in: types.ts:907
Full accumulated thinking content (optional, for debugging)
delta: string;
Defined in: types.ts:905
Incremental thinking content
optional model: string;
Defined in: types.ts:756
Model identifier for multi-model support
optional rawEvent: unknown;
Defined in: types.ts:758
Original provider event for debugging/advanced use cases
stepId: string;
Defined in: types.ts:903
Step identifier
timestamp: number;
Defined in: types.ts:754
type: "STEP_FINISHED";
Defined in: types.ts:901