Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ def clock_visual_improve_prompt(arg1:str)-> str: #it's import to specify the ret
|
|
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:
|
|
|
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 |
+
Make very sure that both the hour hand and the minute hand are shown accoording to instruction given, very important. """
|
34 |
|
35 |
@tool
|
36 |
def get_current_time_in_timezone(timezone: str) -> str:
|