jack 1 tháng trước cách đây
mục cha
commit
39d8327c1e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/core/tools/file_search_tool.py

+ 1 - 1
app/core/tools/file_search_tool.py

@@ -20,7 +20,7 @@ nest_asyncio.apply()
 class FileSearchToolInput(BaseModel):
     query: str = Field(
         ...,
-        description="The requirement for the keyword to be contextually relevant to the data.",
+        description="query to look up in retrieval",
     )