Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def get_fish_product_info(
|
|
| 15 |
# Keep this format for the description / args / args description but feel free to modify the tool
|
| 16 |
"""A tool that get Fish Product Information
|
| 17 |
Args:
|
| 18 |
-
|
| 19 |
"""
|
| 20 |
|
| 21 |
url = f"https://sfo-api.line2me.tw/api/product/info/{product_id}"
|
|
|
|
| 15 |
# Keep this format for the description / args / args description but feel free to modify the tool
|
| 16 |
"""A tool that get Fish Product Information
|
| 17 |
Args:
|
| 18 |
+
product_id: the product id
|
| 19 |
"""
|
| 20 |
|
| 21 |
url = f"https://sfo-api.line2me.tw/api/product/info/{product_id}"
|