cesarleoni commited on
Commit
119adeb
·
verified ·
1 Parent(s): 1ac0096
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
20
 
21
 
22
  @tool
23
- def calculus(arg1:char, arg2:double, arg3: double)-> double:
24
  """A tool that does basic math operations, like adition, substraction, multimplication and division between two real numbers.
25
  Args:
26
  arg1: the operator (should be one of the following: '+','-','*','/')
 
20
 
21
 
22
  @tool
23
+ def calculus(arg1:chr, arg2:double, arg3: double)-> double:
24
  """A tool that does basic math operations, like adition, substraction, multimplication and division between two real numbers.
25
  Args:
26
  arg1: the operator (should be one of the following: '+','-','*','/')