Spaces:
Build error
Build error
Update First_agent/tools/final_answer.py
Browse files
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 |
-
|
| 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."
|