JDhruv14 commited on
Commit
bf171c6
·
verified ·
1 Parent(s): dd1350e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def my_custom_tool(arg1:str, arg2:str)-> str:
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that wishes on your birthday generates a birthday wish for the user
15
  Args:
16
- arg1: the first argument
17
- arg2: the second argument
18
  """
19
  try:
20
  name = arg1
 
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that wishes on your birthday generates a birthday wish for the user
15
  Args:
16
+ arg1: Name of the person
17
+ arg2: Day on which he/she was born, provided by user
18
  """
19
  try:
20
  name = arg1