Spaces:
Sleeping
Sleeping
Update calculator_tool.py
Browse files- calculator_tool.py +1 -1
calculator_tool.py
CHANGED
|
@@ -15,7 +15,7 @@ class CalculatorTool(Tool):
|
|
| 15 |
}
|
| 16 |
|
| 17 |
}
|
| 18 |
-
output_type = "
|
| 19 |
|
| 20 |
def __init__(self, *args, **kwargs):
|
| 21 |
super().__init__(*args, **kwargs)
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
}
|
| 18 |
+
output_type = "string"
|
| 19 |
|
| 20 |
def __init__(self, *args, **kwargs):
|
| 21 |
super().__init__(*args, **kwargs)
|