VWA / add_ingredients_to_cart /add_ingredients_to_cart.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
19861a8 verified
raw
history blame
3.03 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Search for and add hamburger buns to the cart.",
"actions": [
{
"index": 0,
"start": 25.9,
"end": 26.9,
"text": "Search for \"hamburger buns\" using the One Stop Market search feature."
},
{
"index": 1,
"start": 34.7,
"end": 34.9,
"text": "Add the selected cheaper hamburger buns to the cart."
}
]
},
{
"task_index": 1,
"task": "Add 100% grass-fed beef burgers to the cart.",
"actions": [
{
"index": 3,
"start": 59.0,
"end": 59.5,
"text": "Add the selected grass-fed beef burgers to the cart."
}
]
},
{
"task_index": 2,
"task": "Add 20 hamburger patties to the cart.",
"actions": [
{
"index": 2,
"start": 44.7,
"end": 44.9,
"text": "Search for \"hamburger patties\" using the One Stop Market search feature."
}
]
},
{
"task_index": 3,
"task": "Search for and add cheese slices to the cart.",
"actions": [
{
"index": 4,
"start": 74.3,
"end": 74.5,
"text": "Search for \"cheese\" using the One Stop Market search feature."
},
{
"index": 5,
"start": 90.8,
"end": 91.0,
"text": "Add the selected cheese slices to the cart."
}
]
},
{
"task_index": 4,
"task": "Add Heinz ketchup to the cart.",
"actions": [
{
"index": 6,
"start": 102.7,
"end": 103.1,
"text": "Search for \"Heinz ketchup\" using the One Stop Market search feature."
},
{
"index": 7,
"start": 109.4,
"end": 110.8,
"text": "Add the selected no sugar added Heinz ketchup to the cart."
}
]
},
{
"task_index": 5,
"task": "Review the cart to ensure all ingredients for cheeseburgers are included.",
"actions": [
{
"index": 8,
"start": 116.3,
"end": 116.7,
"text": "Go to the cart to review the selected items."
}
]
}
]
}