36 lines
1005 B
JSON
36 lines
1005 B
JSON
{
|
|
"sites": [
|
|
"shopping"
|
|
],
|
|
"task_id": 438,
|
|
"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 TV stand",
|
|
"time": "sometime around sep 2022"
|
|
},
|
|
"intent": "I previously ordered some a TV stand sometime around sep 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": [
|
|
"B08PVHRRB7"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 156
|
|
} |