breakrulezz commited on
Commit
c3bf2ba
·
verified ·
1 Parent(s): 9c47fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def add_two_numbers(num1:float, num2:float)-> str: #it's import to specify the r
16
  num1: the first number
17
  num2: the second number
18
  """
19
- return str(num1 + num2)
20
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str:
 
16
  num1: the first number
17
  num2: the second number
18
  """
19
+ return num1 + num2
20
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str: