From f751c0b46c0cf4e7cd10ee6309565790757d4273 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:14:58 +0100 Subject: [PATCH] Update builtin.py (#21115) --- backend/open_webui/tools/builtin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/open_webui/tools/builtin.py b/backend/open_webui/tools/builtin.py index 3dca901c42..78d64faafc 100644 --- a/backend/open_webui/tools/builtin.py +++ b/backend/open_webui/tools/builtin.py @@ -1593,8 +1593,7 @@ async def query_knowledge_files( __model_knowledge__: list[dict] = None, ) -> str: """ - Search knowledge base files using semantic/vector search. This should be your first - choice for finding information before searching the web. Searches across collections (KBs), + Search knowledge base files using semantic/vector search. Searches across collections (KBs), individual files, and notes that the user has access to. :param query: The search query to find semantically relevant content