Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ class VisitWebpageTool(Tool):
|
|
| 31 |
"description": "The url of the webpage to visit.",
|
| 32 |
}
|
| 33 |
}
|
| 34 |
-
output_type = "
|
| 35 |
|
| 36 |
def forward(self, url: str) -> str:
|
| 37 |
try:
|
|
|
|
| 31 |
"description": "The url of the webpage to visit.",
|
| 32 |
}
|
| 33 |
}
|
| 34 |
+
output_type = "string"
|
| 35 |
|
| 36 |
def forward(self, url: str) -> str:
|
| 37 |
try:
|