mitiku commited on
Commit
a65ce7f
·
verified ·
1 Parent(s): 2ced7e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
21
  return "What magic will you build ?"
22
 
23
  @tool
24
- def todays_date():
25
  """ Returns the current date in the format of 'Month Day, Year'
26
 
27
  Returns:
 
21
  return "What magic will you build ?"
22
 
23
  @tool
24
+ def todays_date() -> str:
25
  """ Returns the current date in the format of 'Month Day, Year'
26
 
27
  Returns: