mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #22259] issue: Tools are not sent to Ollama #35207
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 @shinobijs on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22259
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
v0.17.5
Operating System
Debian Trixi
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
It is expected that
toolsare send to the model when activated in the chat.Actual Behavior
Tools are not in the message posted to the model. This was captured with
tcpdump.{"model": "qwen2.5-coder:7b", "messages": [{"role": "system", "content": "You have access to Tools. Use the tools to retrieve facts. Use a step-by-step reasoning process."}, {"role": "user", "content": "What is the current time"}], "stream": true, "options": {"num_ctx": 4096, "num_gpu": 40, "num_thread": 8}}Steps to Reproduce
Steps:
mcp-server-time.mcp-server-timeas tool and disable all other tools.native.timetool active.Logs & Screenshots
See above.
Additional Information
Tools verification is successful.
2026-03-05 10:48:31.041 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.0.1.1:0 - "GET /_app/version.json HTTP/1.1" 304 2026-03-05 10:48:33.605 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 10.0.1.1:0 - "POST /api/v1/configs/tool_servers/verify HTTP/1.1" 200In older version the log also showed retrieving
openapi.json, but this string no longer appears in the docker logs.@n4gY1 commented on GitHub (Mar 5, 2026):
The tools is not working for me now either. (v0.8.5)
@Classic298 commented on GitHub (Mar 5, 2026):
@n4gY1 please test latest
@n4gY1 commented on GitHub (Mar 5, 2026):
Latest working with tool 😁
@shinobijs commented on GitHub (Mar 5, 2026):
The issue disappeared. Unfortunately without understanding the root-cause.