VWA / customer_tutorial /customer_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
5fab11f verified
raw
history blame
2.53 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the 'All Customers' section to view customer information.",
"actions": [
{
"index": 0,
"start": 12.4,
"end": 14.5,
"text": "Click the 'Customers' tab on the left side."
},
{
"index": 1,
"start": 14.5,
"end": 16.2,
"text": "Click 'All Customers'."
}
]
},
{
"task_index": 1,
"task": "Apply a filter using a specific phone number to find relevant customers.",
"actions": [
{
"index": 2,
"start": 31.5,
"end": 36.8,
"text": "Type '310-555-5555' in the phone number filter field."
},
{
"index": 3,
"start": 44.7,
"end": 46.1,
"text": "Apply the filters."
}
]
},
{
"task_index": 2,
"task": "Review the filtered customer information.",
"actions": []
},
{
"task_index": 3,
"task": "Apply a filter based on the time customers joined, specifying a date range.",
"actions": []
},
{
"task_index": 4,
"task": "Customize the view by selecting additional columns for more information.",
"actions": [
{
"index": 4,
"start": 100.5,
"end": 101.6,
"text": "Click on 'Columns'."
},
{
"index": 5,
"start": 106.9,
"end": 107.5,
"text": "Select the desired columns to view additional information."
}
]
},
{
"task_index": 5,
"task": "Access detailed customer information by selecting the edit option.",
"actions": [
{
"index": 6,
"start": 126.9,
"end": 127.2,
"text": "Click on 'Edit' under the 'Action' column on the right side."
}
]
}
]
}