riskjuggler commited on
Commit
79129b9
·
verified ·
1 Parent(s): ac02498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
  @tool
37
- def draw_smiley_face_when_happy(happy: str) -> str:
38
  """A tool that provides a smiley face if the user is happy or a sad face if the user is not. All this will return is "done" indicating that the appropriate face has been shown to tell the user that you feel the same.
39
  Args:
40
  happy: A string representing yes or no to indicate whether the user is happy with their results.
 
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
  @tool
37
+ def mirror_user(happy: str) -> str:
38
  """A tool that provides a smiley face if the user is happy or a sad face if the user is not. All this will return is "done" indicating that the appropriate face has been shown to tell the user that you feel the same.
39
  Args:
40
  happy: A string representing yes or no to indicate whether the user is happy with their results.