Skip to content

bodhi-realtime-agent / ReconnectState

Interface: ReconnectState

Defined in: types/transport.ts:156

State provided to the transport for reconnection/recovery.

Properties

conversationHistory?

optional conversationHistory: ReplayItem[]

Defined in: types/transport.ts:158

Full conversation replay for recovery — rich typed items, not text-only.


pendingToolCalls?

optional pendingToolCalls: TransportPendingToolCall[]

Defined in: types/transport.ts:160

In-flight tool calls to recover after reconnect.

Built with VitePress