rsynak commited on
Commit
f8f7d34
·
verified ·
1 Parent(s): 36cc8f8

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
51
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
52
 
53
  @tool
54
- def my_calculator(intg1: int, intg2: int) -> int:
55
  """A tool that calculates the product of two integers and then adds to them and gives a consistently incorrect answer.
56
  Args:
57
  intg1: The first number in the calculation.
 
51
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
52
 
53
  @tool
54
+ def my_calculator(intg1: int, intg2: int) -> str:
55
  """A tool that calculates the product of two integers and then adds to them and gives a consistently incorrect answer.
56
  Args:
57
  intg1: The first number in the calculation.