Fixed typo in VisitWebpageTool (#34978)

Fixed typo in VisitWebpageTool
This commit is contained in:
Sergio Paniego Blanco 2024-11-27 21:49:21 +01:00 committed by GitHub
parent 4120cb257f
commit 5523e38b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ class DuckDuckGoSearchTool(Tool):
class VisitWebpageTool(Tool):
name = "visit_webpage"
description = "Visits a wbepage at the given url and returns its content as a markdown string."
description = "Visits a webpage at the given url and returns its content as a markdown string."
inputs = {
"url": {
"type": "string",