Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fill more function calling examples #126

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading