Raffaele Terribile
commited on
Disattiva temporaneamente tutti i tool
Browse files
app.py
CHANGED
@@ -31,11 +31,11 @@ class FirstAgent:
|
|
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.")
|
40 |
]
|
41 |
)
|
|
|
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.")
|
40 |
]
|
41 |
)
|