mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #20429] feat: Add option to disable native tools (time, chat) #34712
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 @Algorithm5838 on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20429
Check Existing Issues
Verify Feature Scope
Problem Description
Thanks for adding the native tools in commit
646835d(time, chat). However, unlike other tools, these cannot be disabled. This causes issues when I want the model to rely solely on its training. It wastes thinking tokens deciding whether to use these tools instead of focusing on the actual prompt.Desired Solution you'd like
Add a toggle or setting to disable native tools, consistent with how other tools can be enabled/disabled.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jan 7, 2026):
60e916d6c0