36 lines
985 B
JSON
36 lines
985 B
JSON
{
|
|
"sites": [
|
|
"shopping"
|
|
],
|
|
"task_id": 439,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_state.json",
|
|
"start_url": "http://localhost:28082",
|
|
"geolocation": null,
|
|
"intent_template": "I previously ordered some {{product}} {{time}} and later cancelled. Can you reorder it for me?",
|
|
"instantiation_dict": {
|
|
"product": "a cat t-shirt",
|
|
"time": "during 2022"
|
|
},
|
|
"intent": "I previously ordered some a cat t-shirt during 2022 and later cancelled. Can you reorder it for me?",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "func:shopping_get_latest_order_url()",
|
|
"locator": "document.querySelector(\".order-details-items.ordered\").outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"B0844BWS76"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 156
|
|
} |