mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +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:
@@ -21,7 +21,7 @@ class ClickToolInput(BaseModel):
|
||||
selector: str = Field(..., description="CSS selector for the element to click")
|
||||
|
||||
|
||||
class ClickTool(BaseBrowserTool):
|
||||
class ClickTool(BaseBrowserTool): # type: ignore[override, override, override]
|
||||
"""Tool for clicking on an element with the given CSS selector."""
|
||||
|
||||
name: str = "click_element"
|
||||
|
Reference in New Issue
Block a user