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.