Skip to content

Commit 5bf6d91

Browse files
Merge pull request #145 from ServiceNow/emily/add-samples-to-create-incident-goals
add samples to create_incident_goals
2 parents ab384f9 + 0abb7eb commit 5bf6d91

File tree

1 file changed

+180
-10
lines changed

1 file changed

+180
-10
lines changed

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

Lines changed: 180 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118
},
119119
{
120-
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say that {short_description}",
120+
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say '{short_description}'.",
121121
"fields": {
122122
"assignment_group": "Assignment group",
123123
"business_impact": "Business impact",
@@ -153,12 +153,12 @@
153153
"caller_id": "Owen Sparacino",
154154
"urgency": "3 - Low",
155155
"category": "Inquiry / Help",
156-
"short_description": "he can't locate the Weather Bug icon on his desktop",
156+
"short_description": "I can't locate the Weather Bug icon on my desktop",
157157
"parent_incident": "INC0000029"
158158
}
159159
},
160160
{
161-
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say that {short_description}",
161+
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say '{short_description}'.",
162162
"fields": {
163163
"assignment_group": "Assignment group",
164164
"business_impact": "Business impact",
@@ -194,12 +194,12 @@
194194
"caller_id": "Genevieve Kekiwi",
195195
"urgency": "2 - Medium",
196196
"category": "Inquiry / Help",
197-
"short_description": "she is unable to send and receive emails",
198-
"parent_incident": "INC0000049"
197+
"short_description": "I am unable to send and receive emails",
198+
"parent_incident": "INC0000032"
199199
}
200200
},
201201
{
202-
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say that {short_description}",
202+
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say '{short_description}'.",
203203
"fields": {
204204
"assignment_group": "Assignment group",
205205
"business_impact": "Business impact",
@@ -235,8 +235,90 @@
235235
"caller_id": "Margot Arenburg",
236236
"urgency": "1 - High",
237237
"category": "Inquiry / Help",
238-
"short_description": "she can't connect to Exchange",
239-
"parent_incident": "INC0000037"
238+
"short_description": "I can't connect to Exchange",
239+
"parent_incident": "INC0000050"
240+
}
241+
},
242+
{
243+
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say '{short_description}'.",
244+
"fields": {
245+
"assignment_group": "Assignment group",
246+
"business_impact": "Business impact",
247+
"business_service": "Service",
248+
"caller_id": "Caller",
249+
"category": "Category",
250+
"caused_by": "Caused by Change",
251+
"close_code": "Resolution code",
252+
"close_notes": "Resolution notes",
253+
"cmdb_ci": "Configuration item",
254+
"contact_type": "Channel",
255+
"description": "Description",
256+
"impact": "Impact",
257+
"knowledge": "Knowledge",
258+
"number": "Number",
259+
"parent_incident": "Parent Incident",
260+
"problem_id": "Problem",
261+
"resolved_by": "Resolved by",
262+
"rfc": "Change Request",
263+
"service_offering": "Service offering",
264+
"short_description": "Short description",
265+
"urgency": "Urgency",
266+
"work_notes": "Work notes"
267+
},
268+
"task_fields": [
269+
"caller_id",
270+
"urgency",
271+
"category",
272+
"short_description",
273+
"parent_incident"
274+
],
275+
"template_record": {
276+
"caller_id": "Aaron Lee",
277+
"urgency": "3 - Low",
278+
"category": "Inquiry / Help",
279+
"short_description": "I can't connect to email from my laptop",
280+
"parent_incident": "INC0000047"
281+
}
282+
},
283+
{
284+
"goal": "In the Service Operations workspace, create a {urgency} urgency child incident under {parent_incident}. The incident should be opened for {caller_id} under the {category} category and the short description should say '{short_description}'.",
285+
"fields": {
286+
"assignment_group": "Assignment group",
287+
"business_impact": "Business impact",
288+
"business_service": "Service",
289+
"caller_id": "Caller",
290+
"category": "Category",
291+
"caused_by": "Caused by Change",
292+
"close_code": "Resolution code",
293+
"close_notes": "Resolution notes",
294+
"cmdb_ci": "Configuration item",
295+
"contact_type": "Channel",
296+
"description": "Description",
297+
"impact": "Impact",
298+
"knowledge": "Knowledge",
299+
"number": "Number",
300+
"parent_incident": "Parent Incident",
301+
"problem_id": "Problem",
302+
"resolved_by": "Resolved by",
303+
"rfc": "Change Request",
304+
"service_offering": "Service offering",
305+
"short_description": "Short description",
306+
"urgency": "Urgency",
307+
"work_notes": "Work notes"
308+
},
309+
"task_fields": [
310+
"caller_id",
311+
"urgency",
312+
"category",
313+
"short_description",
314+
"parent_incident"
315+
],
316+
"template_record": {
317+
"caller_id": "Crystal Lewis",
318+
"urgency": "2 - Medium",
319+
"category": "Inquiry / Help",
320+
"short_description": "I need access to the common drive for file-sharing",
321+
"parent_incident": "INC0007002"
240322
}
241323
},
242324
{
@@ -279,7 +361,7 @@
279361
"category": "Hardware",
280362
"impact": "3 - Low",
281363
"urgency": "3 - Low",
282-
"short_description": "His mouse is stuttering",
364+
"short_description": "My mouse is stuttering",
283365
"watch_list": "Sharlene Circelli"
284366
}
285367
},
@@ -323,7 +405,7 @@
323405
"category": "Network",
324406
"impact": "2 - Medium",
325407
"urgency": "2 - Medium",
326-
"short_description": "The system is not accepting his new password",
408+
"short_description": "The system is not accepting my new password",
327409
"watch_list": "Nathanial Phoenix"
328410
}
329411
},
@@ -370,5 +452,93 @@
370452
"short_description": "All employee laptops in the New York office have been infected with malware",
371453
"watch_list": "Dude Lewbowskie"
372454
}
455+
},
456+
{
457+
"goal": "In the Service Operations workspace, create an incident for a {category} issue called in by {caller_id}: {short_description}. Set impact and urgency as {impact} and add {watch_list} to the watchlist",
458+
"fields": {
459+
"assignment_group": "Assignment group",
460+
"business_impact": "Business impact",
461+
"business_service": "Service",
462+
"caller_id": "Caller",
463+
"category": "Category",
464+
"caused_by": "Caused by Change",
465+
"close_code": "Resolution code",
466+
"close_notes": "Resolution notes",
467+
"cmdb_ci": "Configuration item",
468+
"contact_type": "Channel",
469+
"description": "Description",
470+
"impact": "Impact",
471+
"knowledge": "Knowledge",
472+
"number": "Number",
473+
"parent_incident": "Parent Incident",
474+
"problem_id": "Problem",
475+
"resolved_by": "Resolved by",
476+
"rfc": "Change Request",
477+
"service_offering": "Service offering",
478+
"short_description": "Short description",
479+
"urgency": "Urgency",
480+
"watch_list": "Watch list",
481+
"work_notes": "Work notes"
482+
},
483+
"task_fields": [
484+
"caller_id",
485+
"category",
486+
"impact",
487+
"urgency",
488+
"short_description",
489+
"watch_list"
490+
],
491+
"template_record": {
492+
"caller_id": "Amanda Cooke",
493+
"category": "Network",
494+
"impact": "2 - Medium",
495+
"urgency": "2 - Medium",
496+
"short_description": "Network connectivity has been spotty all afternoon",
497+
"watch_list": "John Pace"
498+
}
499+
},
500+
{
501+
"goal": "In the Service Operations workspace, create an incident for a {category} issue called in by {caller_id}: {short_description}. Set impact and urgency as {impact} and add {watch_list} to the watchlist",
502+
"fields": {
503+
"assignment_group": "Assignment group",
504+
"business_impact": "Business impact",
505+
"business_service": "Service",
506+
"caller_id": "Caller",
507+
"category": "Category",
508+
"caused_by": "Caused by Change",
509+
"close_code": "Resolution code",
510+
"close_notes": "Resolution notes",
511+
"cmdb_ci": "Configuration item",
512+
"contact_type": "Channel",
513+
"description": "Description",
514+
"impact": "Impact",
515+
"knowledge": "Knowledge",
516+
"number": "Number",
517+
"parent_incident": "Parent Incident",
518+
"problem_id": "Problem",
519+
"resolved_by": "Resolved by",
520+
"rfc": "Change Request",
521+
"service_offering": "Service offering",
522+
"short_description": "Short description",
523+
"urgency": "Urgency",
524+
"watch_list": "Watch list",
525+
"work_notes": "Work notes"
526+
},
527+
"task_fields": [
528+
"caller_id",
529+
"category",
530+
"impact",
531+
"urgency",
532+
"short_description",
533+
"watch_list"
534+
],
535+
"template_record": {
536+
"caller_id": "Erik Wong",
537+
"category": "Database",
538+
"impact": "3 - Low",
539+
"urgency": "3 - Low",
540+
"short_description": "The employee database needs to be wiped of duplicate data",
541+
"watch_list": "Mary Cruse"
542+
}
373543
}
374544
]

0 commit comments

Comments
 (0)