mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 06:26:12 +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:
@@ -57,7 +57,7 @@ def _get_platform() -> str:
|
||||
return system
|
||||
|
||||
|
||||
class ShellTool(BaseTool):
|
||||
class ShellTool(BaseTool): # type: ignore[override, override]
|
||||
"""Tool to run shell commands."""
|
||||
|
||||
process: Any = Field(default_factory=_get_default_bash_process)
|
||||
|
Reference in New Issue
Block a user