Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

TextMessageContentEvent

Interface: TextMessageContentEvent

Defined in: types.ts:788

Emitted when text content is generated (streaming tokens).

Extends

Properties

content?

ts
optional content: string;
optional content: string;

Defined in: types.ts:795

Full accumulated content so far


delta?

ts
optional delta: string;
optional delta: string;

Defined in: types.ts:793

The incremental content token (may be undefined if only content is provided)


messageId

ts
messageId: string;
messageId: string;

Defined in: types.ts:791

Message identifier


model?

ts
optional model: string;
optional model: string;

Defined in: types.ts:722

Model identifier for multi-model support

Inherited from

BaseAGUIEvent.model


rawEvent?

ts
optional rawEvent: unknown;
optional rawEvent: unknown;

Defined in: types.ts:724

Original provider event for debugging/advanced use cases

Inherited from

BaseAGUIEvent.rawEvent


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:720

Inherited from

BaseAGUIEvent.timestamp


type

ts
type: "TEXT_MESSAGE_CONTENT";
type: "TEXT_MESSAGE_CONTENT";

Defined in: types.ts:789

Overrides

BaseAGUIEvent.type