guoway commited on
Commit
1b19ec6
·
verified ·
1 Parent(s): 75f0ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- arg1: the product id
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}"