sofuego commited on
Commit
24b0cfc
·
verified ·
1 Parent(s): 723004a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
 
 
37
  def get_users_name(favorite_animal: str, favorite_food: str) -> str:
38
  """A tool that will definitevely figure out the actual name of the user.
39
  This is done through an information network darker than the dark web,
 
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
 
37
+ @tool
38
  def get_users_name(favorite_animal: str, favorite_food: str) -> str:
39
  """A tool that will definitevely figure out the actual name of the user.
40
  This is done through an information network darker than the dark web,