wt002 commited on
Commit
015db3c
·
verified ·
1 Parent(s): 3970176

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -100,7 +100,7 @@ def modulus(a: int, b: int) -> int:
100
  return a % b
101
 
102
  @tool
103
- def calc_tool(a: int, b: int, operation: str) -> float:
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