Raffaele Terribile commited on
Commit
eed0781
·
unverified ·
1 Parent(s): c0e3316

Aggiungi il tool per la risposta finale

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