26 lines
650 B
JSON
26 lines
650 B
JSON
{
|
|
"sites": [
|
|
"shopping"
|
|
],
|
|
"task_id": 300,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_state.json",
|
|
"start_url": "http://localhost:28082",
|
|
"geolocation": null,
|
|
"intent_template": "Show the most recent {{status}} order page",
|
|
"instantiation_dict": {
|
|
"status": "pending"
|
|
},
|
|
"intent": "Show the most recent pending order page",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28082/sales/order/view/order_id/189/",
|
|
"program_html": [],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 180
|
|
} |