mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #14042] issue: Tool server connection is active, even though the option is disabled, since 0.6.10 #55786
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 @Poxel2 on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14042
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.10
Ollama Version (if applicable)
No response
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The possibility to connect a tool server in the prompt should follow the configuration in the model. It should either not be visible at all or at least be disabled if it is unchecked in the settings.
Actual Behavior
Since version 0.6.10, I have the problem that the connection to a tool server is enabled for models, even if the connection is not activated in the model’s configuration. On the first call of a new chat for the model, the option is disabled. However, if you then switch to a model with the tool server option enabled and then switch back, the tool server connection will always be enabled, even for models where this option should be disabled, because of not enabled in the model settings.
Steps to Reproduce
Logs & Screenshots
Model without tool server:

New Chat after Login:

Switches to tool server enabled model:

And antoher new chat with the tool server disabled model. But now, it's active and it keeps active.

Additional Information
No response
@spammenotinoz commented on GitHub (May 20, 2025):
I get the same issue, and believe it perhaps is related to browser caching. After any tool change I need to do shift+f5.
@tjbck commented on GitHub (May 23, 2025):
#14157