Skip to content

Interface: ServerMessage

Defined in: aiui-intent-runtime/src/protocol.ts:67

A server→client push on the same socket, distinguished from an Ack by its kind field (acks never have one). The intent-v1 server pushes { kind: "lowered", threadId, events } — the lowered echoes (a segment's transcript-final, a completed correction) the client merges back into its engine stream as if they had happened locally.

Extended by

Indexable

[key: string]: unknown

Properties

kind

kind: string

Defined in: aiui-intent-runtime/src/protocol.ts:68


threadId?

optional threadId?: string

Defined in: aiui-intent-runtime/src/protocol.ts:69