mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +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:
@@ -32,7 +32,7 @@ class NavigateToolInput(BaseModel):
|
||||
return values
|
||||
|
||||
|
||||
class NavigateTool(BaseBrowserTool):
|
||||
class NavigateTool(BaseBrowserTool): # type: ignore[override, override]
|
||||
"""Tool for navigating a browser to a URL.
|
||||
|
||||
**Security Note**: This tool provides code to control web-browser navigation.
|
||||
|
Reference in New Issue
Block a user