VWA / cost_range /cost_range.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
58bc84f verified
raw
history blame
2.24 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Learn how to view and sort items by price and find items within a specific price range.",
"actions": []
},
{
"task_index": 1,
"task": "Navigate to the television category to view available televisions.",
"actions": [
{
"index": 0,
"start": 20.5,
"end": 23.7,
"text": "Click on the 'Television' category."
}
]
},
{
"task_index": 2,
"task": "Sort items by price to organize them from cheapest to most expensive or vice versa.",
"actions": [
{
"index": 1,
"start": 39.8,
"end": 40.7,
"text": "Click the 'Sort By' button."
},
{
"index": 2,
"start": 54.0,
"end": 55.3,
"text": "Click 'Price' to sort items by price."
},
{
"index": 3,
"start": 64.1,
"end": 64.6,
"text": "Click the arrow button to toggle between ascending and descending order."
}
]
},
{
"task_index": 3,
"task": "Add televisions within a specific price range to your cart.",
"actions": [
{
"index": 4,
"start": 87.8,
"end": 88.4,
"text": "Add TVs within your desired price range to the cart."
}
]
},
{
"task_index": 4,
"task": "Adjust your budget and add items to your wish list if they exceed your current budget.",
"actions": [
{
"index": 5,
"start": 126.7,
"end": 128.1,
"text": "Add the selected item to your wish list."
}
]
}
]
}