mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24381] issue: Unable to properly use Tool Calls with Mistral 3.5 using VLLM OpenAI Endpoint #91024
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 @Notbici on GitHub (May 5, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24381
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
NA
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
[THINK] and [TOOL_CALL] to properly be handled but are not.
Actual Behavior
The LLM prints [THINK] and [TOOL_CALL] tokens into plain chat.
Steps to Reproduce
Logs & Screenshots
As you can see it dumps in plain text. Its CORRECT.. just not parsing properly.
Additional Information
I tried to use the "Reasoning Tags" feature in the sidebar and that does work, I can fix the "thinking" but I cannot fix the tool calls. How can I do this with an OpenAI compatible served Model?
@owui-terminator[bot] commented on GitHub (May 5, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
#24299 issue: Minimax tool_call not working
by sharyuke
#24291 Minimax tool_call not working
by sharyuke
#24051 issue: Mistral AI TTS raising a 400 Bad Request error
by deathmaster9 ·
bug#23823 issue: Channel @mention ignores model's native function calling settings and sends no tools to LLM (v0.8.12)
by shommey ·
bug#22259 issue: Tools are not sent to Ollama
by shinobijs ·
bug💡 If this is a duplicate, consider closing it and adding details to the existing issue.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@Notbici commented on GitHub (May 5, 2026):
Fixed fixed!
Sorry it was not OpenWebUI it was my deployment of VLLM, here's what I changed for me in the future or 1 other person who might have this happen.
this is what changed: