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

Correggi sintassi

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
  )