trace_synthesis/tasks/667.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": 667,
"require_login": true,
"storage_state": "./.auth/gitlab_state.json",
"start_url": "http://localhost:28084/primer/design",
"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": "dialog-component",
"target_branch": "bump-doctocat",
"reviewer": "primer"
},
"intent": "Submit a merge request for dialog-component branch to be merged into bump-doctocat branch, assign primer as the reviewer",
"require_reset": false,
"eval": {
"eval_types": [
"url_match",
"program_html"
],
"reference_answers": null,
"reference_url": "http://localhost:28084/primer/design/-/merge_requests",
"program_html": [
{
"url": "last",
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[1].outerText",
"required_contents": {
"exact_match": "bump-doctocat"
}
},
{
"url": "last",
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[0].outerText",
"required_contents": {
"exact_match": "dialog-component"
}
},
{
"url": "last",
"locator": "document.querySelector('.block.reviewer').outerText",
"required_contents": {
"must_include": [
"Primer"
]
}
}
],
"url_note": "GOLD in PRED"
},
"intent_template_id": 335
}