Defined in: types.ts:788
Emitted when text content is generated (streaming tokens).
optional content: string;
optional content: string;
Defined in: types.ts:795
Full accumulated content so far
optional delta: string;
optional delta: string;
Defined in: types.ts:793
The incremental content token (may be undefined if only content is provided)
messageId: string;
messageId: string;
Defined in: types.ts:791
Message identifier
optional model: string;
optional model: string;
Defined in: types.ts:722
Model identifier for multi-model support
optional rawEvent: unknown;
optional rawEvent: unknown;
Defined in: types.ts:724
Original provider event for debugging/advanced use cases
timestamp: number;
timestamp: number;
Defined in: types.ts:720
type: "TEXT_MESSAGE_CONTENT";
type: "TEXT_MESSAGE_CONTENT";
Defined in: types.ts:789
