mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23823] issue: Channel @mention ignores model's native function calling settings and sends no tools to LLM (v0.8.12) #58747
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 @shommey on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23823
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
openSuse tumbleweed
Browser (if applicable)
Chrome, Firefox, Zen
Confirmation
README.md.Expected Behavior
When tagging a model in a channel (@model), the chat completions request should include:
Per the official docs, the model should be able to autonomously navigate channel history using native function calling.
Actual Behavior
The payload sent to the LLM is completely bare - no tools, no features, no metadata, and stream: false hardcoded. The only "context" is the current thread stuffed as plain text into the system prompt:
Steps to Reproduce
Logs & Screenshots
No errors in browser logs or server (docker) logs.
Additional Information
@tjbck commented on GitHub (Apr 17, 2026):
#8050