Spaces:
Sleeping
Sleeping
fixing
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 19 |
return "What magic will you build ?"
|
| 20 |
|
| 21 |
@tool
|
| 22 |
-
def
|
| 23 |
-
"""A tool to
|
| 24 |
"""
|
| 25 |
return "Why did the DevOps engineer break up with the cloud?,Because it kept throwing unexpected bills!😆"
|
| 26 |
|
|
|
|
| 19 |
return "What magic will you build ?"
|
| 20 |
|
| 21 |
@tool
|
| 22 |
+
def telling_a_joke() -> str:
|
| 23 |
+
"""A tool to tell a joke.
|
| 24 |
"""
|
| 25 |
return "Why did the DevOps engineer break up with the cloud?,Because it kept throwing unexpected bills!😆"
|
| 26 |
|