mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-25 16:18:13 +00:00
preparing new verion and adding new tools
This commit is contained in:
@@ -8,7 +8,7 @@ class FixedFileReadToolSchema(BaseModel):
|
||||
|
||||
class FileReadToolSchema(FixedFileReadToolSchema):
|
||||
"""Input for FileReadTool."""
|
||||
file_path: str = Field(..., description="Mandatory file path to read the file")
|
||||
file_path: str = Field(..., description="Mandatory file full path to read the file")
|
||||
|
||||
class FileReadTool(BaseTool):
|
||||
name: str = "Read a file's content"
|
||||
|
||||
Reference in New Issue
Block a user