RemVdH commited on
Commit
68399c6
·
verified ·
1 Parent(s): 908eedb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 slightly past the 10, pointing about 1/4 of the way towards the 11. The minute hand points directly at the 3. The background is a soft blue. The lighting is bright and even."
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.