jack 4 bulan lalu
induk
melakukan
13d542ec0b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 keyword or phrase to search for, supporting exact matches.",
+        description="The requirement for the keyword to be contextually relevant to the data.",
     )