mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
fixing TYPO
This commit is contained in:
@@ -13,7 +13,7 @@ class FixedCSVSearchToolSchema(BaseModel):
|
|||||||
|
|
||||||
class CSVSearchToolSchema(FixedCSVSearchToolSchema):
|
class CSVSearchToolSchema(FixedCSVSearchToolSchema):
|
||||||
"""Input for CSVSearchTool."""
|
"""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):
|
class CSVSearchTool(RagTool):
|
||||||
name: str = "Search a CSV's content"
|
name: str = "Search a CSV's content"
|
||||||
|
|||||||
Reference in New Issue
Block a user