Skip to content
1 min read · 29 words

Variable: E_OPENAI_RESPONSES_STREAM_STALLED

ts
const E_OPENAI_RESPONSES_STREAM_STALLED: CreatedException<[number]>;

Defined in: src/batteries/llm/openai_responses/exceptions.ts:76

Thrown when the SSE stream goes silent for longer than streamIdleTimeoutMs. Non-fatal — surfaced via ctx.nack(...) with partial-state details so middleware can recover.