Update builtin.py (#21115)

This commit is contained in:
Classic298
2026-02-05 21:14:58 +01:00
committed by GitHub
parent 9ed8f50d40
commit f751c0b46c

View File

@@ -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