Skip to content

bodhi-realtime-agent / LLMTransportError

Interface: LLMTransportError

Defined in: types/transport.ts:188

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:189


recoverable

recoverable: boolean

Defined in: types/transport.ts:190

Built with VitePress