bodhi-realtime-agent / ReconnectState
Interface: ReconnectState
Defined in: types/transport.ts:156
State provided to the transport for reconnection/recovery.
Properties
conversationHistory?
optionalconversationHistory:ReplayItem[]
Defined in: types/transport.ts:158
Full conversation replay for recovery — rich typed items, not text-only.
pendingToolCalls?
optionalpendingToolCalls:TransportPendingToolCall[]
Defined in: types/transport.ts:160
In-flight tool calls to recover after reconnect.