trace_synthesis/tasks/668.json
yuyr a84d51a101 1. 增加r1生成综合策略代码和输出;
2. 增加tasks;
3. 增加analysis部分,对策略进行归纳分类,然后进行评测。
2025-04-17 17:40:15 +08:00

53 lines
1.6 KiB
JSON

{
"sites": [
"gitlab"
],
"task_id": 668,
"require_login": true,
"storage_state": "./.auth/gitlab_state.json",
"start_url": "http://localhost:28084",
"geolocation": null,
"intent_template": "Submit a merge request for {{source_branch}} branch to be merged into {{target_branch}} branch, assign {{reviewer}} as the reviewer",
"instantiation_dict": {
"source_branch": "a11yproject.com/redesign",
"target_branch": "master",
"reviewer": "Justin Armstrong"
},
"intent": "Submit a merge request for a11yproject.com/redesign branch to be merged into master branch, assign Justin Armstrong as the reviewer",
"require_reset": false,
"eval": {
"eval_types": [
"url_match",
"program_html"
],
"reference_answers": null,
"reference_url": "http://localhost:28084/a11yproject/a11yproject.com/-/merge_requests",
"program_html": [
{
"url": "last",
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[0].outerText",
"required_contents": {
"exact_match": "redesign"
}
},
{
"url": "last",
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[1].outerText",
"required_contents": {
"exact_match": "main"
}
},
{
"url": "last",
"locator": "document.querySelector('.block.reviewer').outerText",
"required_contents": {
"must_include": [
"Justin Armstrong"
]
}
}
],
"url_note": "GOLD in PRED"
},
"intent_template_id": 335
}