mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
fix typos in calculator_tools.py
This commit is contained in:
@@ -8,6 +8,6 @@ class CalculatorTools():
|
||||
"""Useful to perform any mathematica calculations,
|
||||
like sum, minus, mutiplcation, division, etc.
|
||||
The input to this tool should be a mathematical
|
||||
experission, a couple examples are `200*7` or `5000/2*10`
|
||||
expression, a couple examples are `200*7` or `5000/2*10`
|
||||
"""
|
||||
return eval(operation)
|
||||
|
||||
Reference in New Issue
Block a user