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