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