Interface: WsSendResult
Defined in: packages/aiui-claude-channel/src/send-ws.ts:16
Outcome of a websocket send: the whole connect → send → close round-trip.
Properties
error?
optionalerror?:string
Defined in: packages/aiui-claude-channel/src/send-ws.ts:20
What went wrong, when ok is false.
ok
ok:
boolean
Defined in: packages/aiui-claude-channel/src/send-ws.ts:18
True when the prompt was delivered and the thread closed cleanly.