mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #21579] issue: count in MCP call parameter no longer works #58189
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 @Steve-Li-1998 on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21579
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.3
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The
web_searchtool returns the specified number of search (count field) results when invoked.Actual Behavior
Always return default number of results which was set in the admin panel
Steps to Reproduce
Just let the model call
web_searchLogs & Screenshots
Additional Information
At least works properly in v0.8.1
@pr-validator-bot commented on GitHub (Feb 19, 2026):
⚠️ Invalid Issue Title
Hey @Steve-Li-1998, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:" or "feat:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.
⚠️ Missing Issue Title Prefix
@Steve-Li-1998, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@Classic298 commented on GitHub (Feb 19, 2026):
What search provider are you using?
@Steve-Li-1998 commented on GitHub (Feb 19, 2026):
Brave, but it's not caused by provider side. When I change the setting=>web search->search result count in the settings, it will also changes. However the LLM can no longer control the result count.
@tjbck commented on GitHub (Feb 19, 2026):
seems to be provider dependent, cannot reproduce.