56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"sites": [
|
|
"gitlab"
|
|
],
|
|
"task_id": 659,
|
|
"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": "empathy-prompts",
|
|
"issue": "Integrating LLMs for better prompts",
|
|
"account": "Roshanjossey",
|
|
"due": "the beginning of Q2 2033"
|
|
},
|
|
"intent": "Create an issue in empathy-prompts repo with title \"Integrating LLMs for better prompts\". Assign the issue to Roshanjossey. Set due date to be the beginning of Q2 2033",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28084/byteblaze/empathy-prompts/-/issues",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[data-qa-selector=\"title_content\"]').outerText",
|
|
"required_contents": {
|
|
"exact_match": "Integrating LLMs for better prompts"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[data-testid=\"sidebar-due-date\"').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Apr 1, 2033"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.assignee').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Roshan Jossey"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 327
|
|
} |