Files
openclaw/extensions/ollama/src/stream-contract.ts
Vincent Koc 2fc2fc930b improve(ollama): reduce inactive startup cost (#119745)
* improve(ollama): defer optional runtime imports

Punchcard-Session: coral-workshop-workshop-3f

* improve(ollama): isolate lazy runtime modules

* improve(ollama): preserve lazy runtime boundaries
2026-08-06 07:40:22 +08:00

3 lines
177 B
TypeScript

// Lightweight stream constants used before the Ollama transport is activated.
export const OLLAMA_INCOMPLETE_STREAM_ERROR = "Ollama API stream ended without a final response";