mirror of
https://github.com/open-webui/docs.git
synced 2026-03-26 13:18:42 +07:00
The agentic search setup guide omits that Web Search must be enabled under Default Features in the model settings. Without this, the search_web and fetch_url tools are not injected in Native Mode, even when the Web Search capability and Builtin Tools are both enabled. This was confirmed as the root cause of non-functional agentic search in v0.8.7 and relates to the behavioral change introduced in commits c46ef3b and f1a1e64 (open-webui/open-webui#20641). [Used Claude Code 🤖]