i8pxgd2s commited on
Commit
9bc2afc
·
verified ·
1 Parent(s): 9c5bfd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
35
 
36
 
37
  @tool
38
- def calculator(parameter_1: float, parameter_2: float) -> float | int:
39
  """A tool with which you can add two arbitary float values.
40
  Args:
41
  parameter_1: a float value that represnets the first value.
 
35
 
36
 
37
  @tool
38
+ def calculator(parameter_1: float, parameter_2: float) -> str:
39
  """A tool with which you can add two arbitary float values.
40
  Args:
41
  parameter_1: a float value that represnets the first value.