mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 23:41:46 +00:00
all: test 3.13 ci (#27197)
Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ class FileDeleteInput(BaseModel):
|
||||
file_path: str = Field(..., description="Path of the file to delete")
|
||||
|
||||
|
||||
class DeleteFileTool(BaseFileToolMixin, BaseTool):
|
||||
class DeleteFileTool(BaseFileToolMixin, BaseTool): # type: ignore[override, override]
|
||||
"""Tool that deletes a file."""
|
||||
|
||||
name: str = "file_delete"
|
||||
|
Reference in New Issue
Block a user