Spaces:
Build error
Build error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -100,7 +100,7 @@ def modulus(a: int, b: int) -> int:
|
|
| 100 |
return a % b
|
| 101 |
|
| 102 |
@tool
|
| 103 |
-
def
|
| 104 |
"""
|
| 105 |
Perform a calculation between two numbers.
|
| 106 |
|
|
|
|
| 100 |
return a % b
|
| 101 |
|
| 102 |
@tool
|
| 103 |
+
def Calculator(a: int, b: int, operation: str) -> float:
|
| 104 |
"""
|
| 105 |
Perform a calculation between two numbers.
|
| 106 |
|