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

uiMessagesToWire

Function: uiMessagesToWire()

ts
function uiMessagesToWire(messages): WireMessage[];
function uiMessagesToWire(messages): WireMessage[];

Defined in: packages/ai/src/utilities/ag-ui-wire.ts:47

Serialize TanStack s into the AG-UI wire shape. Each anchor (system/user/assistant) carries the canonical array verbatim plus AG-UI mirror fields (, ) so AG-UI Zod parsing succeeds. Tool results and thinking parts on assistant messages are additionally emitted as fan-out and entries for strict AG-UI server consumers.

Parameters

messages

<>[]

Returns

[]