AI article
Ollama's Responses API accepts previous_response_id, returns 200, and forgets the whole conversation
Community description: TL;DR: send previous_response_id to Ollama's /v1/responses and it is accepted, the reply is HTTP 200...
Dev.to | Sep 14, 2026 | The Homelab Postmortem
Automated excerpt
Reply with just OK. "} "input": "What is my secret word? The same question with the full history sent in the request body: input: [user: "My secret word is PINEAPPLE…", assistant: "OK", user: "What is my secret word? …"] input: "What is my secret word? Reply with just the word. " The previous_response_id request and the no-history request cost the same 41 input tokens and produce the same guess.
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.