test push
Browse files- tools/final_answer.py +1 -1
tools/final_answer.py
CHANGED
|
@@ -2,7 +2,7 @@ from typing import Any, Optional
|
|
| 2 |
from smolagents.tools import Tool
|
| 3 |
|
| 4 |
class FinalAnswerTool(Tool):
|
| 5 |
-
name = "final_answer"
|
| 6 |
description = "Provides a final answer to the given problem."
|
| 7 |
inputs = {'answer': {'type': 'any', 'description': 'The final answer to the problem'}}
|
| 8 |
output_type = "any"
|
|
|
|
| 2 |
from smolagents.tools import Tool
|
| 3 |
|
| 4 |
class FinalAnswerTool(Tool):
|
| 5 |
+
name = "final_answer it is"
|
| 6 |
description = "Provides a final answer to the given problem."
|
| 7 |
inputs = {'answer': {'type': 'any', 'description': 'The final answer to the problem'}}
|
| 8 |
output_type = "any"
|