mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 18:17:14 -05:00
[GH-ISSUE #23466] issue: Random response stops after tool call #123302
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 @trinhkvo on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23466
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.12
Ollama Version (if applicable)
N/A
Operating System
Windows 11
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
The model should finish running tool calls and providing responses completely.
Actual Behavior
Sometimes the response just stops after a tool call, which is pretty random. It might finish a few tool calls and keep going, then suddenly stop after a random one.
I finally found an example where it stops. For some reason, the AI model (Qwen 3.5 122B-A10B) could analyze other images, but with this one (attached), it finishes
read_fileand then just stops.Steps to Reproduce
Use the attached image and ask the model to analyze the image.
My configurations:
Logs & Screenshots
Open WebUI docker log doesn't show anything abnormal.
Additional Information
No response
@tjbck commented on GitHub (Apr 12, 2026):
Unable to reproduce.