Spaces:
Sleeping
Sleeping
Update calculator_tool.py
Browse files- calculator_tool.py +1 -1
calculator_tool.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
import math
|
| 3 |
import numexpr
|
| 4 |
from typing import Dict
|
| 5 |
-
from
|
| 6 |
|
| 7 |
class CalculatorTool(Tool):
|
| 8 |
name = "calculator"
|
|
|
|
| 2 |
import math
|
| 3 |
import numexpr
|
| 4 |
from typing import Dict
|
| 5 |
+
from smolagents import Tool
|
| 6 |
|
| 7 |
class CalculatorTool(Tool):
|
| 8 |
name = "calculator"
|