Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def get_random_number(arg1: int)-> int: #it's import to specify the return type
|
|
| 27 |
Args:
|
| 28 |
arg1: the maximum random number
|
| 29 |
"""
|
| 30 |
-
return int(random
|
| 31 |
|
| 32 |
@tool
|
| 33 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 27 |
Args:
|
| 28 |
arg1: the maximum random number
|
| 29 |
"""
|
| 30 |
+
return int(random()*arg1)
|
| 31 |
|
| 32 |
@tool
|
| 33 |
def get_current_time_in_timezone(timezone: str) -> str:
|