File size: 1,830 Bytes
0059732 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the marketing tab and access all reviews under user content.",
"actions": [
{
"index": 0,
"start": 14.3,
"end": 18.3,
"text": "Navigate to the 'Marketing' tab on the left-hand side."
},
{
"index": 1,
"start": 18.7,
"end": 20.6,
"text": "Click on 'All Reviews' under 'User Content'."
}
]
},
{
"task_index": 1,
"task": "Query the table for specific information, such as reviews mentioning certain terms.",
"actions": [
{
"index": 2,
"start": 36.1,
"end": 37.6,
"text": "Search for the term 'good' in the review."
}
]
},
{
"task_index": 2,
"task": "Search for reviews related to specific products, like Bella tank.",
"actions": [
{
"index": 5,
"start": 98.8,
"end": 99.4,
"text": "Search for 'Bella tank'."
}
]
},
{
"task_index": 3,
"task": "Query reviews based on specific date ranges.",
"actions": [
{
"index": 7,
"start": 144.3,
"end": 159.1,
"text": "Search for reviews between specific dates, e.g., January 1st to December 31st."
}
]
}
]
} |