-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathslack_bench_default.json
More file actions
409 lines (409 loc) · 11.2 KB
/
Copy pathslack_bench_default.json
File metadata and controls
409 lines (409 loc) · 11.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
{
"teams": [
{
"team_id": "T01WORKSPACE",
"team_name": "Test Workspace"
}
],
"users": [
{
"user_id": "U01AGENBOT9",
"username": "agent1",
"display_name": "Agent",
"real_name": "AI Agent",
"email": "agent@gmail.com",
"is_bot": true
},
{
"user_id": "U02JOHNDOE1",
"username": "johndoe",
"display_name": "John",
"real_name": "John Doe",
"email": "john@gmail.com",
"is_bot": false
},
{
"user_id": "U02ARTEM23",
"username": "artembogdanov",
"display_name": "Artem",
"real_name": "Artem Bogdanov",
"email": "artem@gmail.com",
"is_bot": false
},
{
"user_id": "U03ROBERT23",
"username": "robertwalsh",
"display_name": "Robert",
"real_name": "Robert Walsh",
"email": "robert@gmail.com",
"is_bot": false
},
{
"user_id": "U04OMER23",
"username": "Omer",
"display_name": "Omer",
"real_name": "Omer Narwhal",
"email": "omer@gmail.com",
"is_bot": false
},
{
"user_id": "U05MORGAN23",
"username": "Morgan",
"display_name": "Morgan Stanley",
"real_name": "Morgan Stanley",
"email": "morgan@gmail.com",
"is_bot": false
},
{
"user_id": "U06HUBERT23",
"username": "hubertmarek",
"display_name": "Hubert",
"real_name": "Hubert Marek",
"email": "hubert@gmail.com",
"is_bot": false
},
{
"user_id": "U07MORGANFREE",
"username": "mfreeman",
"display_name": "Morgan Freeman",
"real_name": "Morgan Freeman",
"email": "mfreeman@gmail.com",
"is_bot": false
},
{
"user_id": "U08NICK23",
"username": "nickgrowth",
"display_name": "Nick",
"real_name": "Nick Fury",
"email": "nick@gmail.com",
"is_bot": false
},
{
"user_id": "U09GABRIEL",
"username": "gabrielmkt",
"display_name": "Gabriel",
"real_name": "Gabriel Horn",
"email": "gabriel@gmail.com",
"is_bot": false
}
],
"channels": [
{
"channel_id": "C01ABCD1234",
"channel_name": "general",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Company-wide announcements and work-based matters",
"purpose_text": "This channel is for team-wide communication and announcements."
},
{
"channel_id": "C02EFGH5678",
"channel_name": "random",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Non-work banter and water cooler conversation",
"purpose_text": "A place for non-work-related chat and random things."
},
{
"channel_id": "C03IJKL9012",
"channel_name": "engineering",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Engineering Team",
"purpose_text": "This channel is for the Engineering Team."
},
{
"channel_id": "C04MNOP3456",
"channel_name": "growth",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Growth Team",
"purpose_text": "This channel is for the Growth Team."
},
{
"channel_id": "C05ALPHA",
"channel_name": "project-alpha",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Alpha Project Discussions",
"purpose_text": "General discussion for Project Alpha."
},
{
"channel_id": "C06ALPHADEV",
"channel_name": "project-alpha-dev",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Alpha Project Development",
"purpose_text": "Technical development for Project Alpha."
}
],
"user_teams": [
{
"user_id": "U01AGENBOT9",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U02JOHNDOE1",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U04OMER23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U05MORGAN23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U03ROBERT23",
"team_id": "T01WORKSPACE",
"role": "admin"
},
{
"user_id": "U06HUBERT23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U02ARTEM23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U07MORGANFREE",
"team_id": "T01WORKSPACE",
"role": "admin"
},
{
"user_id": "U08NICK23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U09GABRIEL",
"team_id": "T01WORKSPACE",
"role": "member"
}
],
"channel_members": [
{
"channel_id": "C01ABCD1234",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C01ABCD1234",
"user_id": "U02JOHNDOE1"
},
{
"channel_id": "C01ABCD1234",
"user_id": "U03ROBERT23"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U02JOHNDOE1"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U03ROBERT23"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U06HUBERT23"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U02JOHNDOE1"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U03ROBERT23"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U05MORGAN23"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U06HUBERT23"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U09GABRIEL"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U06HUBERT23"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C06ALPHADEV",
"user_id": "U01AGENBOT9"
}
],
"messages": [
{
"message_id": "1699564800.000123",
"channel_id": "C01ABCD1234",
"user_id": "U01AGENBOT9",
"message_text": "Hey team, we just shipped the new feature!"
},
{
"message_id": "1699572000.000789",
"channel_id": "C02EFGH5678",
"user_id": "U02JOHNDOE1",
"message_text": "Anyone up for lunch?"
},
{
"message_id": "1699651200.000321",
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9",
"message_text": "Login service returning '500 errors' for several users since 08:00—investigating backend rollout."
},
{
"message_id": "1699737600.000654",
"channel_id": "C03IJKL9012",
"user_id": "U02JOHNDOE1",
"message_text": "FYI: Google SSO login flow fails with 'invalid_grant' for new accounts; auth team looped in."
},
{
"message_id": "1699824000.000987",
"channel_id": "C03IJKL9012",
"user_id": "U03ROBERT23",
"message_text": "Crash report: retrying wrong password 3 times triggers 'login rate limit' not allowing users to login."
},
{
"message_id": "1699910400.000246",
"channel_id": "C03IJKL9012",
"user_id": "U05MORGAN23",
"message_text": "Around 19:00 the 'login endpoint' slows to 12s response time; suspect nightly ETL job contention."
},
{
"message_id": "1699996800.000777",
"channel_id": "C01ABCD1234",
"user_id": "U02ARTEM23",
"message_text": "UX note: login form still lets users submit empty password—should throw validation instead."
},
{
"message_id": "1700083200.000888",
"channel_id": "C01ABCD1234",
"user_id": "U06HUBERT23",
"message_text": "Reminder: auth improvements next sprint must cover captcha for repeated login failures."
},
{
"message_id": "1700143200.000999",
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9",
"message_text": "I've noticed a few auth issues and potential improvements:"
},
{
"message_id": "1700153200.000999",
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9",
"parent_id": "1700143200.000999",
"message_text": "Joke: 'What do you call an AI enginner? Someone who can't write code or build software.'"
},
{
"message_id": "1700173200.000456",
"channel_id": "C01ABCD1234",
"user_id": "U03ROBERT23",
"message_text": "Does anyone know when the MCP deployment will be done?"
},
{
"message_id": "1700210000.000001",
"channel_id": "C02EFGH5678",
"user_id": "U02ARTEM23",
"message_text": "Has anyone tried the new Gemini 3 Pro model yet? Seems really good for frontend."
},
{
"message_id": "1700210060.000002",
"channel_id": "C02EFGH5678",
"user_id": "U05MORGAN23",
"message_text": "I saw the announcement, we should share it with the UX team to play around with it."
},
{
"message_id": "1700210120.000003",
"channel_id": "C02EFGH5678",
"user_id": "U02JOHNDOE1",
"message_text": "I'm more interested in the Flash version for the customer support bot. Latency is our bottleneck and their last nano version was fire."
},
{
"message_id": "1700210180.000004",
"channel_id": "C02EFGH5678",
"user_id": "U04OMER23",
"message_text": "Is it out in preview? I want to test it against our current benchmarks."
},
{
"message_id": "1700210240.000005",
"channel_id": "C02EFGH5678",
"user_id": "U02ARTEM23",
"message_text": "Yeah, it's in the developer preview. I'll send the docs link later."
},
{
"message_id": "1700300000.000001",
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23",
"message_text": "I've pulled the results from last week's social experiments: Reddit +15% traffic, LN +5%, Twitter -2%, YT +8%."
},
{
"message_id": "1700300060.000002",
"channel_id": "C04MNOP3456",
"user_id": "U09GABRIEL",
"message_text": "Reddit is killing it! What was the main driver there? The text posts or the link dumps?"
},
{
"message_id": "1700300120.000003",
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23",
"message_text": "It was actually the 'Day in the life' deep dive text post. People engaged with the story."
},
{
"message_id": "1700300180.000004",
"channel_id": "C04MNOP3456",
"user_id": "U06HUBERT23",
"message_text": "FYI: If we decide to scale the Reddit strategy, Engineering can help automate some of the formatting or crossposting."
},
{
"message_id": "1700300240.000005",
"channel_id": "C04MNOP3456",
"user_id": "U09GABRIEL",
"message_text": "That would be huge, Hubert. Let's double down on Reddit for the next sprint. Nick, can you draft a 'Behind the scenes' series?"
},
{
"message_id": "1700300300.000006",
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23",
"message_text": "On it. I'll have the draft ready by EOD tomorrow."
}
]
}