Update app.py
Browse files
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
|
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:
|