Raffaele Terribile commited on
Commit
ffdb068
·
unverified ·
1 Parent(s): 6e4fd66

Aggiungi un altro tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ class FirstAgent:
39
  WebSearchTool(),
40
  PythonInterpreterTool(),
41
  WikipediaSearchTool(),
42
- # VisitWebpageTool(),
43
  # FinalAnswerTool # ,
44
  # Tool(name="invert_sentence", func=invert_sentence, description="Inverts the order of characters in a sentence.")
45
  ]
 
39
  WebSearchTool(),
40
  PythonInterpreterTool(),
41
  WikipediaSearchTool(),
42
+ VisitWebpageTool(),
43
  # FinalAnswerTool # ,
44
  # Tool(name="invert_sentence", func=invert_sentence, description="Inverts the order of characters in a sentence.")
45
  ]