Skip to content
1 min read · 26 words

Variable: E_OLLAMA_STREAM_STALLED

ts
const E_OLLAMA_STREAM_STALLED: CreatedException<[number]>;

Defined in: batteries/llm/ollama/exceptions.ts:85

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