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