43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"sites": [
|
|
"shopping_admin"
|
|
],
|
|
"task_id": 708,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_admin_state.json",
|
|
"start_url": "http://localhost:28083/admin",
|
|
"geolocation": null,
|
|
"intent_template": "Today is 3/15/2023, generate a {{report}} {{time_span}}",
|
|
"instantiation_dict": {
|
|
"report": "tax report",
|
|
"time_span": "for this year"
|
|
},
|
|
"intent": "Today is 3/15/2023, generate a tax report for this year",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28083/admin/reports/report_sales/tax/",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[id=\"sales_report_from\"').value",
|
|
"required_contents": {
|
|
"exact_match": "1/1/23"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[id=\"sales_report_to\"').value",
|
|
"required_contents": {
|
|
"exact_match": "12/31/23"
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 268
|
|
} |