mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #20150] issue: Tools not included for models in channel messages #57768
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 @zhiweit on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20150
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
Firefox 146.0.1
Confirmation
README.md.Expected Behavior
Custom workspace models configured with tools should work the same in channel messages; but the
toolsdefinitions are not included when sent to the chat completions API.Include the tools for channel messages when sending to the chat completions API like how they were sent in normal chat messages.
E.g. The tools definition are sent in the chat completions API in a normal chat message
Actual Behavior
Context
I was trying out the channels feature to chat with my custom model that i have added an MCP tool server with it to chat with my own data. The model successfully calls the tool in normal chat because the tools were included in the chat completions API and open web ui handles the flow of getting the tool arguments, calling the tool, and generating the answer. This should be the same for messages sent in channel messages for custom models.
E.g. The logs from LiteLLM shows that the
toolsargument are not present in the chat completions API which probably caused the model to not call the tools.Steps to Reproduce
Logs & Screenshots
Request log from LiteLLM of chat completions API after sending message in the channel
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 24, 2025):
🔍 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:
#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#19899 issue: openrouter Models not showing up in the model selection list.
by AZComputerSolutions • Dec 12, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#20019 issue:
by j63440490 • Dec 17, 2025 •
bugShow 5 more related issues
#19877 issue:
by dotmobo • Dec 11, 2025 •
bug#19103 issue: no response from the model when ask in "channels"
by silenceroom • Nov 11, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#14835 issue: Tools info not shown in UI
by m-ibm • Jun 10, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 2025 •
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.
@tjbck commented on GitHub (Dec 24, 2025):
https://github.com/open-webui/open-webui/issues/8050