Skip to content

Commit db57af6

Browse files
Merge pull request #140 from ServiceNow/emily/add-samples-to-resolve-incident
add samples to resolve_incident goal
2 parents e49e206 + 9829674 commit db57af6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,21 @@
2222
"close_code": "User error",
2323
"close_notes": "User was connected to a neighbor's wifi network",
2424
"goal": "Resolve Bertie Luby's incident about performance problems with wifi. Choose \"User error\" for the resolution code and put \"User was connected to a neighbor's wifi network\" in the resolution notes"
25+
},
26+
{
27+
"incident_number": "INC0009005",
28+
"incident_caller": "David Miller",
29+
"issue": "email server being down",
30+
"close_code": "Known error",
31+
"close_notes": "Already under investigation, team is working on a fix",
32+
"goal": "Resolve David Miller's incident about email server being down. Choose \"Known error\" for the resolution code and put \"Already under investigation, team is working on a fix\" in the resolution notes"
33+
},
34+
{
35+
"incident_number": "INC0000055",
36+
"incident_caller": "Carol Coughlin",
37+
"issue": "SAP sales app being unaccessible",
38+
"close_code": "Resolved by change",
39+
"close_notes": "Resolved this morning by change request",
40+
"goal": "Resolve Carol Coughlin's incident about SAP sales app being unaccessible. Choose \"Resolved by change\" for the resolution code and put \"Resolved this morning by change request\" in the resolution notes"
2541
}
2642
]

0 commit comments

Comments
 (0)