VWA / order_history /order_history.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
f8c4321 verified
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to 'My Account' and then to 'My Orders' to access your order history.",
"actions": [
{
"index": 0,
"start": 16.0,
"end": 16.4,
"text": "Click the 'My Account' button."
},
{
"index": 1,
"start": 18.0,
"end": 18.5,
"text": "Click the 'My Orders' option in the left sidebar."
}
]
},
{
"task_index": 1,
"task": "View all previous orders, listed by the most recent first.",
"actions": []
},
{
"task_index": 2,
"task": "Return to 'My Account' and 'My Orders' to explore further order details.",
"actions": [
{
"index": 0,
"start": 16.0,
"end": 16.4,
"text": "Click the 'My Account' button."
},
{
"index": 1,
"start": 18.0,
"end": 18.5,
"text": "Click the 'My Orders' option in the left sidebar."
}
]
},
{
"task_index": 3,
"task": "Click 'View Order' to see the items and total cost of a specific order.",
"actions": [
{
"index": 5,
"start": 71.4,
"end": 71.8,
"text": "Click 'View Order' to see the details of a specific order."
}
]
},
{
"task_index": 4,
"task": "Access order details to find shipping and handling costs.",
"actions": [
{
"index": 5,
"start": 71.4,
"end": 71.8,
"text": "Click 'View Order' to see the details of a specific order."
}
]
},
{
"task_index": 5,
"task": "Check the status of all orders, such as complete, canceled, or pending.",
"actions": [
{
"index": 0,
"start": 16.0,
"end": 16.4,
"text": "Click the 'My Account' button."
},
{
"index": 1,
"start": 18.0,
"end": 18.5,
"text": "Click the 'My Orders' option in the left sidebar."
}
]
}
]
}