Skip to content

Commit 1e92b33

Browse files
authored
Merge pull request #132 from ServiceNow/emily/add-samples-to-close-case-goal
add samples to close_case goal
2 parents ce5ef77 + 4335b40 commit 1e92b33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/browsergym/workarena/data_files/task_configs/close_case.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,19 @@
1919
"resolution_code": 6,
2020
"close_notes": "Unable to sound alarm for more than one minute",
2121
"goal": "Close CS0000008, marking it as inconclusive - cannot reproduce. In the resolution notes, put \"Unable to sound alarm for more than one minute\""
22+
},
23+
{
24+
"case_number": "CS0001401",
25+
"resolution": "voided/canceled",
26+
"resolution_code": 9,
27+
"close_notes": "Customer called in, requesting we cancel the case",
28+
"goal": "Close CS0001401, marking it as voided/canceled. In the resolution notes, put \"Customer called in, requesting we cancel the case\""
29+
},
30+
{
31+
"case_number": "CS1000002",
32+
"resolution": "duplicate issue",
33+
"resolution_code": 8,
34+
"close_notes": "Closing as duplicate issue, see CS0000501",
35+
"goal": "Close CS1000002, marking it as duplicate issue. In the resolution notes, put \"Closing as duplicate issue, see CS0000501\""
2236
}
2337
]

0 commit comments

Comments
 (0)