This commit is contained in:
Timothy Jaeryang Baek
2026-07-09 17:31:43 -05:00
parent 252e6fd855
commit ef8630d556
+1 -2
View File
@@ -2358,8 +2358,7 @@ async def list_knowledge(
) -> str:
"""
List knowledge bases, files, and notes attached to the current model.
This is an inventory tool only; for questions that require content from
knowledge files, call query_knowledge_files instead.
Use this first to discover what knowledge is available before querying or reading files.
Without knowledge_id: returns KB summaries (name, description, file_count)
plus standalone files and notes — no file listing inside KBs.
With knowledge_id: includes paginated file listing for that specific KB.