mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
fixing TYPO
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user