mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
parent
4120cb257f
commit
5523e38b55
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user