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

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 '{raison}'"
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 "the reason for which you were killed is '{reason}'"
18
 
19
  @tool
20
  def get_current_time_in_timezone(timezone: str) -> str: