56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"sites": [
|
|
"reddit"
|
|
],
|
|
"task_id": 580,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/reddit_state.json",
|
|
"start_url": "http://localhost:28080",
|
|
"geolocation": null,
|
|
"intent_template": "Create a new forum named {{name}}, with a description of {{description}}, and include {{sidebar_list}} in the sidebar?",
|
|
"instantiation_dict": {
|
|
"name": "sci_fi",
|
|
"description": "A wild place for sci-fi enthusiasts",
|
|
"sidebar_list": [
|
|
"New",
|
|
"Classic",
|
|
"Movies",
|
|
"Post my novel",
|
|
"Random"
|
|
]
|
|
},
|
|
"intent": "Create a new forum named sci_fi, with a description of A wild place for sci-fi enthusiasts, and include ['New', 'Classic', 'Movies', 'Post my novel', 'Random'] in the sidebar?",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "http://localhost:28080/f/sci_fi/edit",
|
|
"locator": "document.querySelector(\"#forum_description\").value",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"A wild place for sci-fi enthusiasts"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "http://localhost:28080/f/sci_fi/edit",
|
|
"locator": "document.querySelector(\"#forum_sidebar\").value",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"New",
|
|
"Classic",
|
|
"Movies",
|
|
"Post my novel",
|
|
"Random"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 7
|
|
} |