Spaces:
Sleeping
Sleeping
chr
Browse files
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:
|
| 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: '+','-','*','/')
|