Defined in: types.ts:817
Emitted when text content is generated (streaming tokens).
optional content: string;
Defined in: types.ts:824
Full accumulated content so far (optional, for debugging)
delta: string;
Defined in: types.ts:822
The incremental content token
messageId: string;
Defined in: types.ts:820
Message identifier
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
timestamp: number;
Defined in: types.ts:749
type: "TEXT_MESSAGE_CONTENT";
Defined in: types.ts:818