Skip to content

Commit

Permalink
Merge pull request #126 from samchon/feat/prompts
Browse files Browse the repository at this point in the history
Fill more function calling examples
  • Loading branch information
samchon authored Jan 20, 2025
2 parents 3c4d258 + 95e146a commit 181da93
Show file tree
Hide file tree
Showing 22 changed files with 1,887 additions and 1,051 deletions.
299 changes: 299 additions & 0 deletions examples/function-calling/arguments/chatgpt.apple-airpods.input.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,299 @@
{
"section_code": "general",
"opened_at": null,
"closed_at": null,
"content": {
"title": "Apple AirPods",
"format": "md",
"body": "Apple AirPods are wireless Bluetooth earbuds designed by Apple, designed to work seamlessly with Apple devices like iPhones and iPads. Enjoy superior sound quality and convenience with automatic on and connection, easy setup for all your Apple devices, and quick access to Siri. They offer a rich and immersive audio experience with a built-in microphone to filter out background noise and focus on the sound of your voice. The AirPods come with a sleek charging case providing long battery life, making them the ultimate choice for on-the-go listening.",
"files": [],
"thumbnails": [
{
"name": "apple_airpods",
"extension": "jpg",
"url": "https://example.com/photos/apple_airpods.jpg"
}
]
},
"channels": [
{
"code": "samchon",
"category_codes": [
"electronics",
"smart_phones",
"accessories",
"clothing"
]
}
],
"units": [
{
"options": [
{
"type": "select",
"name": "Model",
"variable": true,
"candidates": [
{
"name": "AirPods 2nd Generation"
},
{
"name": "AirPods 3rd Generation"
},
{
"name": "AirPods Pro"
},
{
"name": "AirPods Max"
}
]
},
{
"type": "select",
"name": "Color",
"variable": true,
"candidates": [
{
"name": "White"
},
{
"name": "Black"
},
{
"name": "Space Gray"
}
]
}
],
"stocks": [
{
"name": "AirPods 2nd Generation - White",
"price": {
"nominal": 159,
"real": 159
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 0
},
{
"option_index": 1,
"candidate_index": 0
}
]
},
{
"name": "AirPods 2nd Generation - Black",
"price": {
"nominal": 159,
"real": 159
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 0
},
{
"option_index": 1,
"candidate_index": 1
}
]
},
{
"name": "AirPods 2nd Generation - Space Gray",
"price": {
"nominal": 159,
"real": 159
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 0
},
{
"option_index": 1,
"candidate_index": 2
}
]
},
{
"name": "AirPods 3rd Generation - White",
"price": {
"nominal": 199,
"real": 199
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 1
},
{
"option_index": 1,
"candidate_index": 0
}
]
},
{
"name": "AirPods 3rd Generation - Black",
"price": {
"nominal": 199,
"real": 199
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 1
},
{
"option_index": 1,
"candidate_index": 1
}
]
},
{
"name": "AirPods 3rd Generation - Space Gray",
"price": {
"nominal": 199,
"real": 199
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 1
},
{
"option_index": 1,
"candidate_index": 2
}
]
},
{
"name": "AirPods Pro - White",
"price": {
"nominal": 249,
"real": 249
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 2
},
{
"option_index": 1,
"candidate_index": 0
}
]
},
{
"name": "AirPods Pro - Black",
"price": {
"nominal": 249,
"real": 249
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 2
},
{
"option_index": 1,
"candidate_index": 1
}
]
},
{
"name": "AirPods Pro - Space Gray",
"price": {
"nominal": 249,
"real": 249
},
"quantity": 100,
"choices": [
{
"option_index": 0,
"candidate_index": 2
},
{
"option_index": 1,
"candidate_index": 2
}
]
},
{
"name": "AirPods Max - White",
"price": {
"nominal": 549,
"real": 549
},
"quantity": 50,
"choices": [
{
"option_index": 0,
"candidate_index": 3
},
{
"option_index": 1,
"candidate_index": 0
}
]
},
{
"name": "AirPods Max - Black",
"price": {
"nominal": 549,
"real": 549
},
"quantity": 50,
"choices": [
{
"option_index": 0,
"candidate_index": 3
},
{
"option_index": 1,
"candidate_index": 1
}
]
},
{
"name": "AirPods Max - Space Gray",
"price": {
"nominal": 549,
"real": 549
},
"quantity": 50,
"choices": [
{
"option_index": 0,
"candidate_index": 3
},
{
"option_index": 1,
"candidate_index": 2
}
]
}
],
"name": "Apple AirPods",
"required": true,
"primary": true
}
],
"tags": [
"electronics",
"audio",
"wireless",
"Apple",
"AirPods",
"Bluetooth"
]
}
Loading

0 comments on commit 181da93

Please sign in to comment.