Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def get_perfect_time_for_action(arg1:str, arg2:int)-> str:
|
|
14 |
arg1: the first argument
|
15 |
arg2: the second argument
|
16 |
"""
|
17 |
-
return f"It's
|
18 |
|
19 |
@tool
|
20 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
14 |
arg1: the first argument
|
15 |
arg2: the second argument
|
16 |
"""
|
17 |
+
return f"It's {arg2} o'clock now... The perfect time for the {arg1}!"
|
18 |
|
19 |
@tool
|
20 |
def get_current_time_in_timezone(timezone: str) -> str:
|