Skip to content

bodhi-realtime-agent / ResumptionState

Interface: ResumptionState

Defined in: types/session.ts:38

Tracks the Gemini session resumption state across reconnections.

Properties

latestHandle

latestHandle: string | null

Defined in: types/session.ts:40

The most recent resumption handle from Gemini (null before first update).


pendingMessages

pendingMessages: ClientMessage[]

Defined in: types/session.ts:44

Messages queued during disconnection, to be replayed after reconnection.


resumable

resumable: boolean

Defined in: types/session.ts:42

Whether the current handle is still valid for resumption.

Built with VitePress