This commit is contained in:
Rehan 2025-02-06 23:56:14 -05:00 committed by GitHub
parent 8ba036bba0
commit ec8e830e7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ class SearchInformationTool(Tool):
class VisitTool(Tool):
name = "visit_page"
description = "Visit a webpage at a given URL and return its text. Given a url to a YouTube video, this returns the transcript."
inputs = {"url": {"type": "string", "description": "The relative or absolute url of the webapge to visit."}}
inputs = {"url": {"type": "string", "description": "The relative or absolute url of the webpage to visit."}}
output_type = "string"
def __init__(self, browser):