Raffaele Terribile
commited on
Riabilita alcuni tool
Browse files
app.py
CHANGED
@@ -31,9 +31,9 @@ class FirstAgent:
|
|
31 |
tools=[
|
32 |
# DuckDuckGoSearchTool(),
|
33 |
# GoogleSearchTool(),
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
# VisitWebpageTool(),
|
38 |
# FinalAnswerTool # ,
|
39 |
# Tool(name="invert_sentence", func=invert_sentence, description="Inverts the order of characters in a sentence.")
|
|
|
31 |
tools=[
|
32 |
# DuckDuckGoSearchTool(),
|
33 |
# GoogleSearchTool(),
|
34 |
+
WebSearchTool(),
|
35 |
+
PythonInterpreterTool(),
|
36 |
+
WikipediaSearchTool(),
|
37 |
# VisitWebpageTool(),
|
38 |
# FinalAnswerTool # ,
|
39 |
# Tool(name="invert_sentence", func=invert_sentence, description="Inverts the order of characters in a sentence.")
|