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

MessagesSnapshotEvent

Interface: MessagesSnapshotEvent

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

Emitted to provide a snapshot of all messages in a conversation.

Unlike StateSnapshot (which carries arbitrary application state), MessagesSnapshot specifically delivers the conversation transcript.

@ag-ui/core provides: messages (as @ag-ui/core Message[]) TanStack AI adds: model?

Note: The messages field uses the @ag-ui/core Message type. Use converters to transform to/from TanStack UIMessage format.

Extends

  • MessagesSnapshotEvent

Indexable

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

Properties

model?

ts
optional model: string;
optional model: string;

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

Model identifier for multi-model support