A-Aryam commited on
Commit
38530fa
·
verified ·
1 Parent(s): 685045c

enhance hbty func

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -118,6 +118,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str:
118
  def hbty(b_day: str) -> str: #hbty = Happy Birthday to you
119
  """
120
  A tool for wishing Happy Birthday, If use query or inputs have or contain keyword "birthday" or "bday".
 
121
  Args:
122
  b_day: A string containing a question or statement to check for birthday keywords like 'birthday' or 'bday'.
123
  """
 
118
  def hbty(b_day: str) -> str: #hbty = Happy Birthday to you
119
  """
120
  A tool for wishing Happy Birthday, If use query or inputs have or contain keyword "birthday" or "bday".
121
+ A tool that generates a happy birthday greeting whenever the user mentions 'birthday', 'bday', or asks about birthdays.
122
  Args:
123
  b_day: A string containing a question or statement to check for birthday keywords like 'birthday' or 'bday'.
124
  """