mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #22956] issue: Continue Generation may inject reasoning/tool-call content into the final response body, causing rendering issues #19850
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShirasawaSama on GitHub (Mar 23, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22956
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
MacOS 26
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Clicking Continue Generation should continue the answer in a way that preserves correct rendering of the final message.
It should not insert reasoning content, tool-call traces, or other internal generation artifacts into the visible response body. The continued output should remain clean user-facing content, without breaking Markdown, code blocks, or overall message formatting.
Actual Behavior
After the original response stops, clicking Continue Generation may produce output where:
Steps to Reproduce
Logs & Screenshots
Additional Information
I believe Continue Generation should behave as if OpenWebUI sends a new user message like "continue" (or an equivalent continuation prompt), and then lets the model generate the next assistant turn normally.
It should not continue appending raw generation state from the interrupted response in a way that leaks reasoning/tool-call content into the visible final answer.
@tjbck commented on GitHub (Mar 25, 2026):
#21564