Interface: MessageMeta
Defined in: packages/aiui-claude-channel/src/channel.ts:124
Per-message metadata the framework surfaces alongside the decoded payload.
Properties
chunk?
optionalchunk?:ChunkDescriptor
Defined in: packages/aiui-claude-channel/src/channel.ts:132
The frame's ChunkDescriptor, when the envelope tagged one (only intent-v1 frames do). Lets a processor interpret a raw payload without the codec — which never sees the envelope — having to.
fin
fin:
boolean
Defined in: packages/aiui-claude-channel/src/channel.ts:126
True when the client marked this the thread's final frame (fin).