Update app.py
Browse files
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 |
|