Docs
CodeRabbit
Cloudflare
Railway
WorkOS
SerpAPI
Netlify
OpenRouter
Clerk
AG Grid
Electric
Sentry
Unkey
Prisma
CodeRabbit
Cloudflare
Railway
WorkOS
SerpAPI
Netlify
OpenRouter
Clerk
AG Grid
Electric
Sentry
Unkey
Prisma
Class References
Function References
Interface References
Type Alias References
Variable References

TextMessageContentEvent

Interface: TextMessageContentEvent

Defined in: packages/ai/src/types.ts:1032

Emitted when text content is generated (streaming tokens).

@ag-ui/core provides: messageId, delta TanStack AI adds: model?, content? (accumulated)

Extends

  • TextMessageContentEvent

Indexable

ts
[k: string]: unknown
[k: string]: unknown

Properties

content?

ts
optional content: string;
optional content: string;

Defined in: packages/ai/src/types.ts:1036

Full accumulated content so far (TanStack AI internal, for debugging)


model?

ts
optional model: string;
optional model: string;

Defined in: packages/ai/src/types.ts:1034

Model identifier for multi-model support