mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +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:
@@ -28,7 +28,7 @@ class ExtractHyperlinksToolInput(BaseModel):
|
||||
)
|
||||
|
||||
|
||||
class ExtractHyperlinksTool(BaseBrowserTool):
|
||||
class ExtractHyperlinksTool(BaseBrowserTool): # type: ignore[override, override]
|
||||
"""Extract all hyperlinks on the page."""
|
||||
|
||||
name: str = "extract_hyperlinks"
|
||||
|
Reference in New Issue
Block a user