jack před 4 měsíci
rodič
revize
13d542ec0b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.",
     )