Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,8 +28,9 @@ def clock_visual_improve_prompt(arg1:str)-> str: #it's import to specify the ret
|
|
| 28 |
Args:
|
| 29 |
arg1: the original prompt
|
| 30 |
"""
|
| 31 |
-
return "An analog wall clock with a white face and black Arabic numerals. The hour hand is
|
| 32 |
-
|
|
|
|
| 33 |
@tool
|
| 34 |
def get_current_time_in_timezone(timezone: str) -> str:
|
| 35 |
"""A tool that fetches the current local time in a specified timezone.
|
|
|
|
| 28 |
Args:
|
| 29 |
arg1: the original prompt
|
| 30 |
"""
|
| 31 |
+
return """An analog wall clock with a white face and black Arabic numerals. The hour hand is positioned between the 10 and the 11, approximately 15 degrees past the 10.
|
| 32 |
+
The minute hand is pointing directly at the 3, at an angle of 90 degrees. The background is a soft blue. The lighting is bright and even."""
|
| 33 |
+
|
| 34 |
@tool
|
| 35 |
def get_current_time_in_timezone(timezone: str) -> str:
|
| 36 |
"""A tool that fetches the current local time in a specified timezone.
|