jack 1 місяць тому
батько
коміт
13d542ec0b
1 змінених файлів з 1 додано та 1 видалено
  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.",
     )