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

TextMessageContentEvent

Interface: TextMessageContentEvent

Defined in: packages/typescript/ai/src/types.ts:949

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/typescript/ai/src/types.ts:953

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


model?

ts
optional model: string;
optional model: string;

Defined in: packages/typescript/ai/src/types.ts:951

Model identifier for multi-model support