mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 18:41:28 -05:00
[GH-ISSUE #20775] issue: calls to tools in gpt-oss #106280
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 @chdid on GitHub (Jan 18, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20775
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.7.2
Ollama Version (if applicable)
No response
Operating System
ubuntu 22
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
I want to use the native tool calling features of openwebui. This feature has been available since version 0.7.0.
The desired behavior is therefore the use of a model with reflection (openai/gpt-oss-120b in my case) with multiple calls to search_web for example.
Actual Behavior
Currently, I get a result about one time out of five.
If the model makes only one call to
search_web, the search usually works and I get a result.If the model continues processing and tries to make another call, it stops without returning an error or a result.
Steps to Reproduce
Configuring a model with openai/gpt-oss-120b.
I select the option to enable calls to native functions: Builtin Tools and "Web search" in Capabilities + "native" in Function Calls.
Start a chat with "Who is the president of France?"
Logs & Screenshots
The tool to launch is displayed, but the process stops.
No errors are shown in the logs.
Same problem with URL.
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 18, 2026):
🔍 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:
#20641 issue: Web Search and Builtin Tools permissions break search
by HenkieTenkie62 • Jan 13, 2026 •
bug#20676 issue: Cloud models fail to use native tools
by 0x7CFE • Jan 15, 2026 •
bug#20549 issue: Native tools are injected when models are used over the openwebui API.
by LysanderdeJong • Jan 10, 2026 •
bug#18981 issue: 0.6.35 error using tools through mcpo
by GlisseManTV • Nov 06, 2025 •
bug#19808 issue: 0.6.41 - Slow response from /api/v1/tools/
by wongsatornt2529 • Dec 08, 2025 •
bugShow 3 more related issues
#18159 issue: Issue with using a tool call and knolwedge documents.
by rahepler2 • Oct 08, 2025 •
bug#20150 issue: Tools not included for models in channel messages
by zhiweit • Dec 24, 2025 •
bug#19136 issue: tool servers don't work anymore in the latest version v0.6.36
by isNotOkay • Nov 12, 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.