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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ class VisitWebpageTool(Tool):
31
  "description": "The url of the webpage to visit.",
32
  }
33
  }
34
- output_type = "text"
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: