Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ class VisitWebpageTool(Tool):
|
|
| 27 |
description = "Visits a webpage at the given url and returns its content as a markdown string."
|
| 28 |
inputs = {
|
| 29 |
"url": {
|
| 30 |
-
"type": "
|
| 31 |
"description": "The url of the webpage to visit.",
|
| 32 |
}
|
| 33 |
}
|
|
|
|
| 27 |
description = "Visits a webpage at the given url and returns its content as a markdown string."
|
| 28 |
inputs = {
|
| 29 |
"url": {
|
| 30 |
+
"type": "string",
|
| 31 |
"description": "The url of the webpage to visit.",
|
| 32 |
}
|
| 33 |
}
|