Raffaele Terribile commited on
Commit
ee902ca
·
unverified ·
1 Parent(s): b2f7c0a

Disattiva temporaneamente tutti i tool

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
  )