Spaces:
Sleeping
Sleeping
Update tools/final_answer.py
Browse files- tools/final_answer.py +1 -1
tools/final_answer.py
CHANGED
@@ -18,5 +18,5 @@ class FinalAnswerTool(Tool):
|
|
18 |
return answer
|
19 |
|
20 |
def __init__(self, *args, **kwargs):
|
21 |
-
super().__init__() #
|
22 |
self.is_initialized = False
|
|
|
18 |
return answer
|
19 |
|
20 |
def __init__(self, *args, **kwargs):
|
21 |
+
super().__init__() # Make sure to call the parent class initializer
|
22 |
self.is_initialized = False
|