amitbehura commited on
Commit
94bc2b6
·
verified ·
1 Parent(s): 37ab805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
47
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
48
 
49
  @tool
50
- def funny_hi_response(_: str = "") -> str:
51
  """Returns a funny or sarcastic response to someone saying 'Hi'."""
52
  import random
53
 
 
47
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
48
 
49
  @tool
50
+ def funny_hi_response(message: str) -> str:
51
  """Returns a funny or sarcastic response to someone saying 'Hi'."""
52
  import random
53