WileCoyotte commited on
Commit
8acabc8
·
verified ·
1 Parent(s): a8c26e3

Update First_agent/tools/final_answer.py

Browse files
Files changed (1) hide show
  1. First_agent/tools/final_answer.py +1 -1
First_agent/tools/final_answer.py CHANGED
@@ -1,7 +1,7 @@
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
 
4
- @Tool
5
  class FinalAnswerTool(Tool):
6
  name = "final_answer"
7
  description = "Provides a final answer to the given problem."
 
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
 
4
+
5
  class FinalAnswerTool(Tool):
6
  name = "final_answer"
7
  description = "Provides a final answer to the given problem."