mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #20926] issue: deepseek-reasoner stops response after first tool call #34859
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 @filiptrplan on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20926
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.7.2
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The model should continue its response
Actual Behavior
The model stops the response after getting the tool call result.
Steps to Reproduce
deepseek-reasonervia their native API https://api.deepseek.comLogs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 25, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#17058 issue: Response cannot be stopped after the tool is called
by EntropyYue • Aug 30, 2025 •
bug,confirmed issue#20595 issue: "search_web" tool executed even when "Web Search" control disabled
by SlavikCA • Jan 11, 2026 •
bug#20641 issue: Web Search and Builtin Tools permissions break search
by HenkieTenkie62 • Jan 13, 2026 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Jan 25, 2026):
Related - https://github.com/open-webui/open-webui/issues/20896
@Classic298 commented on GitHub (Jan 25, 2026):
Testing wanted https://github.com/open-webui/open-webui/pull/20933
@filiptrplan commented on GitHub (Jan 25, 2026):
Would love to test, is there any reference on how to set the branch up on docker?
@Classic298 commented on GitHub (Jan 25, 2026):
@filiptrplan
only the docs - guides for setting up a development environment in python or docker - pull my repository, switch to the branch of this very PR and then build the docker image OR install the backend and frontend directly and test so