PLBot commited on
Commit
ced48fb
·
verified ·
1 Parent(s): 6689238

Update tools/final_answer.py

Browse files
Files changed (1) hide show
  1. tools/final_answer.py +1 -0
tools/final_answer.py CHANGED
@@ -18,4 +18,5 @@ class FinalAnswerTool(Tool):
18
  return answer
19
 
20
  def __init__(self, *args, **kwargs):
 
21
  self.is_initialized = False
 
18
  return answer
19
 
20
  def __init__(self, *args, **kwargs):
21
+ super().__init__() # This is what was missing
22
  self.is_initialized = False