fixing TYPO

This commit is contained in:
João Moura
2024-03-03 12:29:32 -03:00
parent 51358b3cc4
commit d19814d7a3

View File

@@ -13,7 +13,7 @@ class FixedCSVSearchToolSchema(BaseModel):
class CSVSearchToolSchema(FixedCSVSearchToolSchema):
"""Input for CSVSearchTool."""
pdf: str = Field(..., description="Mandatory csv path you want to search")
csv: str = Field(..., description="Mandatory csv path you want to search")
class CSVSearchTool(RagTool):
name: str = "Search a CSV's content"