OsakanaTeishoku commited on
Commit
17a7654
·
verified ·
1 Parent(s): c1749eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def add_num(num1: float, num2: float)-> float:
25
  num1: first number
26
  num2: second number
27
  """
28
- return a + b
29
 
30
  @tool
31
  def get_current_time_in_timezone(timezone: str) -> str:
 
25
  num1: first number
26
  num2: second number
27
  """
28
+ return num1 + num2
29
 
30
  @tool
31
  def get_current_time_in_timezone(timezone: str) -> str: