jack 1 年之前
父節點
當前提交
7524229514
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/core/tools/file_search_tool.py

+ 2 - 0
app/core/tools/file_search_tool.py

@@ -33,6 +33,8 @@ class FileSearchTool(BaseTool):
     description: str = (
     description: str = (
         "Can be used to look up knowledge base information that was uploaded to this assistant."
         "Can be used to look up knowledge base information that was uploaded to this assistant."
         "If the user is referencing about specific content within files, that is often a good hint that information may be here."
         "If the user is referencing about specific content within files, that is often a good hint that information may be here."
+        "Singleton operation: Strictly 1 invocation per API call"
+        "## Input Requirements:" + "Natural language question (UTF-8 encoded string)"
     )
     )
     """
     """
     description: str = (
     description: str = (