-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbulk_jobs_sample_with_grouping.json
More file actions
47 lines (46 loc) · 1.07 KB
/
bulk_jobs_sample_with_grouping.json
File metadata and controls
47 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"args": {
"prompt": "Explain the difference between TCP and UDP.",
"group_name": "networking_basics"
},
"metadata": {
"type": "test",
"category": "networking",
"filename": "tcp_udp.md"
}
},
{
"args": {
"prompt": "What is a subnet mask and why is it important?",
"group_name": "networking_basics"
},
"metadata": {
"type": "test",
"category": "networking",
"filename": "subnet_mask.md"
}
},
{
"args": {
"prompt": "How do you reverse a linked list in Python?",
"group_name": "python_algorithms"
},
"metadata": {
"type": "test",
"category": "python",
"filename": "reverse_linked_list.md"
}
},
{
"args": {
"prompt": "Explain Python's list comprehension with examples.",
"group_name": "python_algorithms"
},
"metadata": {
"type": "test",
"category": "python",
"filename": "list_comprehension.md"
}
}
]