Skip to content

bodhi-realtime-agent / LLMTransportError

Interface: LLMTransportError

Defined in: types/transport.ts:198

Transport-level error with recovery signal. Named LLMTransportError to avoid collision with the TransportError class in core/errors.ts.

Properties

error

error: Error

Defined in: types/transport.ts:199


recoverable

recoverable: boolean

Defined in: types/transport.ts:200

Built with VitePress