@@ -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.",
)