jeyasee commited on
Commit
6df7faa
·
verified ·
1 Parent(s): 8e0ef37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
19
  """
20
  return "What magic will you build ?"
21
 
 
22
  def ai_fortune_teller(category: str) -> str:
23
  """Predicts the future with extreme sarcasm and humor.
24
 
 
19
  """
20
  return "What magic will you build ?"
21
 
22
+ @tool
23
  def ai_fortune_teller(category: str) -> str:
24
  """Predicts the future with extreme sarcasm and humor.
25