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

56 lines
1.6 KiB
JSON

{
"sites": [
"gitlab"
],
"task_id": 809,
"require_login": true,
"storage_state": "./.auth/gitlab_state.json",
"start_url": "http://localhost:28084",
"geolocation": null,
"intent_template": "Create an issue in {{repo}} repo with title \"{{issue}}\". Assign the issue to {{account}}. Set due date to be {{due}}",
"instantiation_dict": {
"repo": "a11yproject",
"issue": "404 for many URLs",
"account": "myself",
"due": "2030-1-3"
},
"intent": "Create an issue in a11yproject repo with title \"404 for many URLs\". Assign the issue to myself. Set due date to be 2030-1-3",
"require_reset": false,
"eval": {
"eval_types": [
"url_match",
"program_html"
],
"reference_answers": null,
"reference_url": "http://localhost:28084/a11yproject/a11yproject.com/-/issues",
"program_html": [
{
"url": "last",
"locator": "document.querySelector('[data-qa-selector=\"title_content\"]').outerText",
"required_contents": {
"exact_match": "404 for many URLs"
}
},
{
"url": "last",
"locator": "document.querySelector('[data-testid=\"sidebar-due-date\"').outerText",
"required_contents": {
"must_include": [
"Jan 3, 2030"
]
}
},
{
"url": "last",
"locator": "document.querySelector('.block.assignee').outerText",
"required_contents": {
"must_include": [
"Byte Blaze"
]
}
}
],
"url_note": "GOLD in PRED"
},
"intent_template_id": 327
}