Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
24 |
@tool
|
25 |
def led_zeppelin_tool()-> str: #it's import to specify the return type
|
26 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
27 |
-
"""A tool that describes information about the rock band
|
28 |
Args:
|
29 |
"""
|
30 |
return "They are a band from England. Jimmy Page is the guitar player. This is all I will tell you for now."
|
|
|
24 |
@tool
|
25 |
def led_zeppelin_tool()-> str: #it's import to specify the return type
|
26 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
27 |
+
"""A tool that describes information about the rock band Black Sabbath
|
28 |
Args:
|
29 |
"""
|
30 |
return "They are a band from England. Jimmy Page is the guitar player. This is all I will tell you for now."
|