ABVM commited on
Commit
ec0c239
·
verified ·
1 Parent(s): c6615a6

Update calculator_tool.py

Browse files
Files changed (1) hide show
  1. calculator_tool.py +1 -1
calculator_tool.py CHANGED
@@ -15,7 +15,7 @@ class CalculatorTool(Tool):
15
  }
16
 
17
  }
18
- output_type = "text"
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)