swetlampa commited on
Commit
f267733
·
verified ·
1 Parent(s): f6b88ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ${arg2} o'clock now... The perfect time for the ${arg1}!"
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: