Spaces:
Sleeping
Sleeping
enhance hbty func
Browse files
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 |
"""
|