ginipick commited on
Commit
53c4e23
·
verified ·
1 Parent(s): 3a45273

Update functions.json

Browse files
Files changed (1) hide show
  1. functions.json +4 -2
functions.json CHANGED
@@ -12,7 +12,8 @@
12
  }
13
  },
14
  "required": ["PID"]
15
- }
 
16
  },
17
  {
18
  "name": "get_stock_price",
@@ -27,6 +28,7 @@
27
  }
28
  },
29
  "required": ["ticker"]
30
- }
 
31
  }
32
  ]
 
12
  }
13
  },
14
  "required": ["PID"]
15
+ },
16
+ "example_usage": "```tool_code\nget_product_name_by_PID(PID=\"807ZPKBL9V\")\n```"
17
  },
18
  {
19
  "name": "get_stock_price",
 
28
  }
29
  },
30
  "required": ["ticker"]
31
+ },
32
+ "example_usage": "```tool_code\nget_stock_price(ticker=\"AAPL\")\n```"
33
  }
34
  ]