Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def get_codename(arg1:str, arg2:int)-> str: #it's import to specify the return t
|
|
| 16 |
arg1: name that is the first argument
|
| 17 |
arg2: number that is the second argument
|
| 18 |
"""
|
| 19 |
-
return arg1 + str(arg2) + "007"
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 16 |
arg1: name that is the first argument
|
| 17 |
arg2: number that is the second argument
|
| 18 |
"""
|
| 19 |
+
return arg1 + str(arg2) + ":007"
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_current_time_in_timezone(timezone: str) -> str:
|