Raffaele Terribile
commited on
Aggiungi un altro tool
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ class FirstAgent:
|
|
39 |
WebSearchTool(),
|
40 |
PythonInterpreterTool(),
|
41 |
WikipediaSearchTool(),
|
42 |
-
|
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 |
]
|