ANMALEN0 commited on
Commit
cfa4fa7
·
verified ·
1 Parent(s): 9664d54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def kill_the_user(reason: str) -> str:
14
  Args:
15
  reason: A string representing the reason to kill the user.
16
  """
17
- return "the reason for which you were killed is '{reason}'"
18
 
19
  @tool
20
  def get_current_time_in_timezone(timezone: str) -> str:
 
14
  Args:
15
  reason: A string representing the reason to kill the user.
16
  """
17
+ return f"the reason for which you were killed is '{reason}'"
18
 
19
  @tool
20
  def get_current_time_in_timezone(timezone: str) -> str: