Raffaele Terribile
commited on
Correggi sintassi
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ class FirstAgent:
|
|
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 |
]
|
46 |
)
|
|
|
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 |
]
|
46 |
)
|