Csplk commited on
Commit
fad85d2
β€’
1 Parent(s): 4320a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "text",
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
  }