Raffaele Terribile
commited on
Disattiva momentaneamente il tool per invertire le frasi
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ class FirstAgent:
|
|
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.")
|
40 |
]
|
41 |
)
|
42 |
print("FirstAgent initialized.")
|
|
|
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.")
|
40 |
]
|
41 |
)
|
42 |
print("FirstAgent initialized.")
|