We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cd3d7 commit 173d563Copy full SHA for 173d563
1 file changed
backend/open_webui/utils/tools.py
@@ -444,7 +444,7 @@ def is_builtin_tool_enabled(category: str) -> bool:
444
if is_builtin_tool_enabled("knowledge"):
445
if model_knowledge:
446
# Model has attached knowledge - only allow semantic search within it
447
- builtin_functions.append(query_knowledge_files)
+ builtin_functions.extend([query_knowledge_files, view_knowledge_file])
448
else:
449
# No model knowledge - allow full KB browsing
450
builtin_functions.extend(
0 commit comments