Defined in: packages/ai/src/types.ts:1339
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[])
Note: The messages field uses the @ag-ui/core Message type. Use converters to transform to/from TanStack UIMessage format.
[k: string]: unknown