File size: 956 Bytes
ad05f5e |
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 |
{
"tasks": [
{
"index": 0,
"start": 0.0,
"end": 19.4,
"text": "Identify relevant customer reviews by querying for key terms."
},
{
"index": 1,
"start": 20.1,
"end": 33.0,
"text": "Search for reviews mentioning a specific brand or product."
},
{
"index": 2,
"start": 34.1,
"end": 67.7,
"text": "Locate the customer who left the review and filter customer records by name."
},
{
"index": 3,
"start": 69.3,
"end": 89.1,
"text": "Review customer account information and identify multiple accounts if present."
},
{
"index": 4,
"start": 101.2,
"end": 110.7,
"text": "Access and edit detailed customer information if necessary."
}
]
} |