@firedrill-tools/unstructured 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +275 -0
  3. package/firedrill/agent.target.json +16 -0
  4. package/firedrill/baseline.scenario.json +5 -0
  5. package/firedrill/conformance.suite.json +21 -0
  6. package/firedrill/overloaded.scenario.json +11 -0
  7. package/firedrill/rate-limited.scenario.json +11 -0
  8. package/firedrill/run-response-lost.scenario.json +11 -0
  9. package/firedrill/small-responses.scenario.json +21 -0
  10. package/firedrill/tight-limits.scenario.json +21 -0
  11. package/firedrill/tools/unstructured/behavior.mjs +69 -0
  12. package/firedrill/tools/unstructured/lib/connectors.mjs +68 -0
  13. package/firedrill/tools/unstructured/lib/errors.mjs +58 -0
  14. package/firedrill/tools/unstructured/lib/gzip.mjs +38 -0
  15. package/firedrill/tools/unstructured/lib/identity.mjs +19 -0
  16. package/firedrill/tools/unstructured/lib/ids.mjs +36 -0
  17. package/firedrill/tools/unstructured/lib/jobs-derive.mjs +92 -0
  18. package/firedrill/tools/unstructured/lib/multipart.mjs +171 -0
  19. package/firedrill/tools/unstructured/lib/pages.mjs +40 -0
  20. package/firedrill/tools/unstructured/lib/partition/chunk.mjs +243 -0
  21. package/firedrill/tools/unstructured/lib/partition/csv.mjs +85 -0
  22. package/firedrill/tools/unstructured/lib/partition/csvout.mjs +25 -0
  23. package/firedrill/tools/unstructured/lib/partition/elements.mjs +171 -0
  24. package/firedrill/tools/unstructured/lib/partition/email.mjs +269 -0
  25. package/firedrill/tools/unstructured/lib/partition/html-tokens.mjs +134 -0
  26. package/firedrill/tools/unstructured/lib/partition/html-util.mjs +99 -0
  27. package/firedrill/tools/unstructured/lib/partition/html.mjs +211 -0
  28. package/firedrill/tools/unstructured/lib/partition/index.mjs +122 -0
  29. package/firedrill/tools/unstructured/lib/partition/markdown.mjs +220 -0
  30. package/firedrill/tools/unstructured/lib/partition/other.mjs +118 -0
  31. package/firedrill/tools/unstructured/lib/partition/text.mjs +53 -0
  32. package/firedrill/tools/unstructured/lib/sha256.mjs +161 -0
  33. package/firedrill/tools/unstructured/lib/store.mjs +33 -0
  34. package/firedrill/tools/unstructured/lib/util.mjs +149 -0
  35. package/firedrill/tools/unstructured/lib/validate.mjs +115 -0
  36. package/firedrill/tools/unstructured/lib/wire-multipart.mjs +78 -0
  37. package/firedrill/tools/unstructured/lib/wire.mjs +154 -0
  38. package/firedrill/tools/unstructured/ops/connectors.mjs +129 -0
  39. package/firedrill/tools/unstructured/ops/jobs.mjs +83 -0
  40. package/firedrill/tools/unstructured/ops/nodes.mjs +107 -0
  41. package/firedrill/tools/unstructured/ops/partition.mjs +112 -0
  42. package/firedrill/tools/unstructured/ops/workflows.mjs +180 -0
  43. package/firedrill/tools/unstructured/unstructured.tool.json +4892 -0
  44. package/firedrill/unstructured-archivist.drill.json +68 -0
  45. package/firedrill/unstructured-chunking.drill.json +67 -0
  46. package/firedrill/unstructured-connectors.drill.json +121 -0
  47. package/firedrill/unstructured-denied.drill.json +58 -0
  48. package/firedrill/unstructured-fresh-actor.drill.json +68 -0
  49. package/firedrill/unstructured-overloaded.drill.json +51 -0
  50. package/firedrill/unstructured-partition-errors.drill.json +66 -0
  51. package/firedrill/unstructured-partition.drill.json +95 -0
  52. package/firedrill/unstructured-rate-limited.drill.json +66 -0
  53. package/firedrill/unstructured-revoked-key.drill.json +773 -0
  54. package/firedrill/unstructured-run-lost.drill.json +51 -0
  55. package/firedrill/unstructured-small-responses.drill.json +173 -0
  56. package/firedrill/unstructured-tight-limits.drill.json +203 -0
  57. package/firedrill/unstructured-workflows-jobs.drill.json +167 -0
  58. package/firedrill/world.json +1556 -0
  59. package/firedrill.json +5 -0
  60. package/package.json +52 -0
  61. package/starter.json +1114 -0
  62. package/test/conformance.mjs +37 -0
  63. package/test/flows/access.mjs +54 -0
  64. package/test/flows/chunking.mjs +95 -0
  65. package/test/flows/connectors.mjs +76 -0
  66. package/test/flows/errors.mjs +115 -0
  67. package/test/flows/faults.mjs +73 -0
  68. package/test/flows/partition.mjs +225 -0
  69. package/test/flows/workflows.mjs +123 -0
  70. package/test/hostile-gen.mjs +0 -0
  71. package/test/hostile.mjs +155 -0
  72. package/test/lib.mjs +113 -0
@@ -0,0 +1,773 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "id": "unstructured-revoked-key",
4
+ "title": "A key naming a workspace that does not exist answers 401 API key is invalid on all 25 operations",
5
+ "targetId": "conformance-agent",
6
+ "scenarioId": "baseline",
7
+ "actorId": "revoked",
8
+ "task": {
9
+ "instruction": "Run the revoked flow against the synthetic Unstructured Tool and fail loudly on any unexpected status, header or body."
10
+ },
11
+ "assertions": [
12
+ {
13
+ "id": "general-partition-tool_error-40",
14
+ "kind": "operation.count",
15
+ "operation": {
16
+ "packageId": "unstructured",
17
+ "operationId": "general.partition"
18
+ },
19
+ "outcomes": [
20
+ "tool_error"
21
+ ],
22
+ "comparison": {
23
+ "operator": "greater_than_or_equal",
24
+ "value": 1
25
+ }
26
+ },
27
+ {
28
+ "id": "general-partition-ok-41",
29
+ "kind": "operation.count",
30
+ "operation": {
31
+ "packageId": "unstructured",
32
+ "operationId": "general.partition"
33
+ },
34
+ "outcomes": [
35
+ "ok"
36
+ ],
37
+ "comparison": {
38
+ "operator": "equals",
39
+ "value": 0
40
+ }
41
+ },
42
+ {
43
+ "id": "sources-list-tool_error-42",
44
+ "kind": "operation.count",
45
+ "operation": {
46
+ "packageId": "unstructured",
47
+ "operationId": "sources.list"
48
+ },
49
+ "outcomes": [
50
+ "tool_error"
51
+ ],
52
+ "comparison": {
53
+ "operator": "greater_than_or_equal",
54
+ "value": 1
55
+ }
56
+ },
57
+ {
58
+ "id": "sources-list-ok-43",
59
+ "kind": "operation.count",
60
+ "operation": {
61
+ "packageId": "unstructured",
62
+ "operationId": "sources.list"
63
+ },
64
+ "outcomes": [
65
+ "ok"
66
+ ],
67
+ "comparison": {
68
+ "operator": "equals",
69
+ "value": 0
70
+ }
71
+ },
72
+ {
73
+ "id": "sources-create-tool_error-44",
74
+ "kind": "operation.count",
75
+ "operation": {
76
+ "packageId": "unstructured",
77
+ "operationId": "sources.create"
78
+ },
79
+ "outcomes": [
80
+ "tool_error"
81
+ ],
82
+ "comparison": {
83
+ "operator": "greater_than_or_equal",
84
+ "value": 1
85
+ }
86
+ },
87
+ {
88
+ "id": "sources-create-ok-45",
89
+ "kind": "operation.count",
90
+ "operation": {
91
+ "packageId": "unstructured",
92
+ "operationId": "sources.create"
93
+ },
94
+ "outcomes": [
95
+ "ok"
96
+ ],
97
+ "comparison": {
98
+ "operator": "equals",
99
+ "value": 0
100
+ }
101
+ },
102
+ {
103
+ "id": "sources-get-tool_error-46",
104
+ "kind": "operation.count",
105
+ "operation": {
106
+ "packageId": "unstructured",
107
+ "operationId": "sources.get"
108
+ },
109
+ "outcomes": [
110
+ "tool_error"
111
+ ],
112
+ "comparison": {
113
+ "operator": "greater_than_or_equal",
114
+ "value": 1
115
+ }
116
+ },
117
+ {
118
+ "id": "sources-get-ok-47",
119
+ "kind": "operation.count",
120
+ "operation": {
121
+ "packageId": "unstructured",
122
+ "operationId": "sources.get"
123
+ },
124
+ "outcomes": [
125
+ "ok"
126
+ ],
127
+ "comparison": {
128
+ "operator": "equals",
129
+ "value": 0
130
+ }
131
+ },
132
+ {
133
+ "id": "sources-update-tool_error-48",
134
+ "kind": "operation.count",
135
+ "operation": {
136
+ "packageId": "unstructured",
137
+ "operationId": "sources.update"
138
+ },
139
+ "outcomes": [
140
+ "tool_error"
141
+ ],
142
+ "comparison": {
143
+ "operator": "greater_than_or_equal",
144
+ "value": 1
145
+ }
146
+ },
147
+ {
148
+ "id": "sources-update-ok-49",
149
+ "kind": "operation.count",
150
+ "operation": {
151
+ "packageId": "unstructured",
152
+ "operationId": "sources.update"
153
+ },
154
+ "outcomes": [
155
+ "ok"
156
+ ],
157
+ "comparison": {
158
+ "operator": "equals",
159
+ "value": 0
160
+ }
161
+ },
162
+ {
163
+ "id": "sources-delete-tool_error-50",
164
+ "kind": "operation.count",
165
+ "operation": {
166
+ "packageId": "unstructured",
167
+ "operationId": "sources.delete"
168
+ },
169
+ "outcomes": [
170
+ "tool_error"
171
+ ],
172
+ "comparison": {
173
+ "operator": "greater_than_or_equal",
174
+ "value": 1
175
+ }
176
+ },
177
+ {
178
+ "id": "sources-delete-ok-51",
179
+ "kind": "operation.count",
180
+ "operation": {
181
+ "packageId": "unstructured",
182
+ "operationId": "sources.delete"
183
+ },
184
+ "outcomes": [
185
+ "ok"
186
+ ],
187
+ "comparison": {
188
+ "operator": "equals",
189
+ "value": 0
190
+ }
191
+ },
192
+ {
193
+ "id": "sources-check-connection-tool_error-52",
194
+ "kind": "operation.count",
195
+ "operation": {
196
+ "packageId": "unstructured",
197
+ "operationId": "sources.check_connection"
198
+ },
199
+ "outcomes": [
200
+ "tool_error"
201
+ ],
202
+ "comparison": {
203
+ "operator": "greater_than_or_equal",
204
+ "value": 1
205
+ }
206
+ },
207
+ {
208
+ "id": "sources-check-connection-ok-53",
209
+ "kind": "operation.count",
210
+ "operation": {
211
+ "packageId": "unstructured",
212
+ "operationId": "sources.check_connection"
213
+ },
214
+ "outcomes": [
215
+ "ok"
216
+ ],
217
+ "comparison": {
218
+ "operator": "equals",
219
+ "value": 0
220
+ }
221
+ },
222
+ {
223
+ "id": "sources-get-connection-check-tool_error-54",
224
+ "kind": "operation.count",
225
+ "operation": {
226
+ "packageId": "unstructured",
227
+ "operationId": "sources.get_connection_check"
228
+ },
229
+ "outcomes": [
230
+ "tool_error"
231
+ ],
232
+ "comparison": {
233
+ "operator": "greater_than_or_equal",
234
+ "value": 1
235
+ }
236
+ },
237
+ {
238
+ "id": "sources-get-connection-check-ok-55",
239
+ "kind": "operation.count",
240
+ "operation": {
241
+ "packageId": "unstructured",
242
+ "operationId": "sources.get_connection_check"
243
+ },
244
+ "outcomes": [
245
+ "ok"
246
+ ],
247
+ "comparison": {
248
+ "operator": "equals",
249
+ "value": 0
250
+ }
251
+ },
252
+ {
253
+ "id": "destinations-list-tool_error-56",
254
+ "kind": "operation.count",
255
+ "operation": {
256
+ "packageId": "unstructured",
257
+ "operationId": "destinations.list"
258
+ },
259
+ "outcomes": [
260
+ "tool_error"
261
+ ],
262
+ "comparison": {
263
+ "operator": "greater_than_or_equal",
264
+ "value": 1
265
+ }
266
+ },
267
+ {
268
+ "id": "destinations-list-ok-57",
269
+ "kind": "operation.count",
270
+ "operation": {
271
+ "packageId": "unstructured",
272
+ "operationId": "destinations.list"
273
+ },
274
+ "outcomes": [
275
+ "ok"
276
+ ],
277
+ "comparison": {
278
+ "operator": "equals",
279
+ "value": 0
280
+ }
281
+ },
282
+ {
283
+ "id": "destinations-create-tool_error-58",
284
+ "kind": "operation.count",
285
+ "operation": {
286
+ "packageId": "unstructured",
287
+ "operationId": "destinations.create"
288
+ },
289
+ "outcomes": [
290
+ "tool_error"
291
+ ],
292
+ "comparison": {
293
+ "operator": "greater_than_or_equal",
294
+ "value": 1
295
+ }
296
+ },
297
+ {
298
+ "id": "destinations-create-ok-59",
299
+ "kind": "operation.count",
300
+ "operation": {
301
+ "packageId": "unstructured",
302
+ "operationId": "destinations.create"
303
+ },
304
+ "outcomes": [
305
+ "ok"
306
+ ],
307
+ "comparison": {
308
+ "operator": "equals",
309
+ "value": 0
310
+ }
311
+ },
312
+ {
313
+ "id": "destinations-get-tool_error-60",
314
+ "kind": "operation.count",
315
+ "operation": {
316
+ "packageId": "unstructured",
317
+ "operationId": "destinations.get"
318
+ },
319
+ "outcomes": [
320
+ "tool_error"
321
+ ],
322
+ "comparison": {
323
+ "operator": "greater_than_or_equal",
324
+ "value": 1
325
+ }
326
+ },
327
+ {
328
+ "id": "destinations-get-ok-61",
329
+ "kind": "operation.count",
330
+ "operation": {
331
+ "packageId": "unstructured",
332
+ "operationId": "destinations.get"
333
+ },
334
+ "outcomes": [
335
+ "ok"
336
+ ],
337
+ "comparison": {
338
+ "operator": "equals",
339
+ "value": 0
340
+ }
341
+ },
342
+ {
343
+ "id": "destinations-update-tool_error-62",
344
+ "kind": "operation.count",
345
+ "operation": {
346
+ "packageId": "unstructured",
347
+ "operationId": "destinations.update"
348
+ },
349
+ "outcomes": [
350
+ "tool_error"
351
+ ],
352
+ "comparison": {
353
+ "operator": "greater_than_or_equal",
354
+ "value": 1
355
+ }
356
+ },
357
+ {
358
+ "id": "destinations-update-ok-63",
359
+ "kind": "operation.count",
360
+ "operation": {
361
+ "packageId": "unstructured",
362
+ "operationId": "destinations.update"
363
+ },
364
+ "outcomes": [
365
+ "ok"
366
+ ],
367
+ "comparison": {
368
+ "operator": "equals",
369
+ "value": 0
370
+ }
371
+ },
372
+ {
373
+ "id": "destinations-delete-tool_error-64",
374
+ "kind": "operation.count",
375
+ "operation": {
376
+ "packageId": "unstructured",
377
+ "operationId": "destinations.delete"
378
+ },
379
+ "outcomes": [
380
+ "tool_error"
381
+ ],
382
+ "comparison": {
383
+ "operator": "greater_than_or_equal",
384
+ "value": 1
385
+ }
386
+ },
387
+ {
388
+ "id": "destinations-delete-ok-65",
389
+ "kind": "operation.count",
390
+ "operation": {
391
+ "packageId": "unstructured",
392
+ "operationId": "destinations.delete"
393
+ },
394
+ "outcomes": [
395
+ "ok"
396
+ ],
397
+ "comparison": {
398
+ "operator": "equals",
399
+ "value": 0
400
+ }
401
+ },
402
+ {
403
+ "id": "workflows-list-tool_error-66",
404
+ "kind": "operation.count",
405
+ "operation": {
406
+ "packageId": "unstructured",
407
+ "operationId": "workflows.list"
408
+ },
409
+ "outcomes": [
410
+ "tool_error"
411
+ ],
412
+ "comparison": {
413
+ "operator": "greater_than_or_equal",
414
+ "value": 1
415
+ }
416
+ },
417
+ {
418
+ "id": "workflows-list-ok-67",
419
+ "kind": "operation.count",
420
+ "operation": {
421
+ "packageId": "unstructured",
422
+ "operationId": "workflows.list"
423
+ },
424
+ "outcomes": [
425
+ "ok"
426
+ ],
427
+ "comparison": {
428
+ "operator": "equals",
429
+ "value": 0
430
+ }
431
+ },
432
+ {
433
+ "id": "workflows-create-tool_error-68",
434
+ "kind": "operation.count",
435
+ "operation": {
436
+ "packageId": "unstructured",
437
+ "operationId": "workflows.create"
438
+ },
439
+ "outcomes": [
440
+ "tool_error"
441
+ ],
442
+ "comparison": {
443
+ "operator": "greater_than_or_equal",
444
+ "value": 1
445
+ }
446
+ },
447
+ {
448
+ "id": "workflows-create-ok-69",
449
+ "kind": "operation.count",
450
+ "operation": {
451
+ "packageId": "unstructured",
452
+ "operationId": "workflows.create"
453
+ },
454
+ "outcomes": [
455
+ "ok"
456
+ ],
457
+ "comparison": {
458
+ "operator": "equals",
459
+ "value": 0
460
+ }
461
+ },
462
+ {
463
+ "id": "workflows-get-tool_error-70",
464
+ "kind": "operation.count",
465
+ "operation": {
466
+ "packageId": "unstructured",
467
+ "operationId": "workflows.get"
468
+ },
469
+ "outcomes": [
470
+ "tool_error"
471
+ ],
472
+ "comparison": {
473
+ "operator": "greater_than_or_equal",
474
+ "value": 1
475
+ }
476
+ },
477
+ {
478
+ "id": "workflows-get-ok-71",
479
+ "kind": "operation.count",
480
+ "operation": {
481
+ "packageId": "unstructured",
482
+ "operationId": "workflows.get"
483
+ },
484
+ "outcomes": [
485
+ "ok"
486
+ ],
487
+ "comparison": {
488
+ "operator": "equals",
489
+ "value": 0
490
+ }
491
+ },
492
+ {
493
+ "id": "workflows-update-tool_error-72",
494
+ "kind": "operation.count",
495
+ "operation": {
496
+ "packageId": "unstructured",
497
+ "operationId": "workflows.update"
498
+ },
499
+ "outcomes": [
500
+ "tool_error"
501
+ ],
502
+ "comparison": {
503
+ "operator": "greater_than_or_equal",
504
+ "value": 1
505
+ }
506
+ },
507
+ {
508
+ "id": "workflows-update-ok-73",
509
+ "kind": "operation.count",
510
+ "operation": {
511
+ "packageId": "unstructured",
512
+ "operationId": "workflows.update"
513
+ },
514
+ "outcomes": [
515
+ "ok"
516
+ ],
517
+ "comparison": {
518
+ "operator": "equals",
519
+ "value": 0
520
+ }
521
+ },
522
+ {
523
+ "id": "workflows-delete-tool_error-74",
524
+ "kind": "operation.count",
525
+ "operation": {
526
+ "packageId": "unstructured",
527
+ "operationId": "workflows.delete"
528
+ },
529
+ "outcomes": [
530
+ "tool_error"
531
+ ],
532
+ "comparison": {
533
+ "operator": "greater_than_or_equal",
534
+ "value": 1
535
+ }
536
+ },
537
+ {
538
+ "id": "workflows-delete-ok-75",
539
+ "kind": "operation.count",
540
+ "operation": {
541
+ "packageId": "unstructured",
542
+ "operationId": "workflows.delete"
543
+ },
544
+ "outcomes": [
545
+ "ok"
546
+ ],
547
+ "comparison": {
548
+ "operator": "equals",
549
+ "value": 0
550
+ }
551
+ },
552
+ {
553
+ "id": "workflows-run-tool_error-76",
554
+ "kind": "operation.count",
555
+ "operation": {
556
+ "packageId": "unstructured",
557
+ "operationId": "workflows.run"
558
+ },
559
+ "outcomes": [
560
+ "tool_error"
561
+ ],
562
+ "comparison": {
563
+ "operator": "greater_than_or_equal",
564
+ "value": 1
565
+ }
566
+ },
567
+ {
568
+ "id": "workflows-run-ok-77",
569
+ "kind": "operation.count",
570
+ "operation": {
571
+ "packageId": "unstructured",
572
+ "operationId": "workflows.run"
573
+ },
574
+ "outcomes": [
575
+ "ok"
576
+ ],
577
+ "comparison": {
578
+ "operator": "equals",
579
+ "value": 0
580
+ }
581
+ },
582
+ {
583
+ "id": "jobs-list-tool_error-78",
584
+ "kind": "operation.count",
585
+ "operation": {
586
+ "packageId": "unstructured",
587
+ "operationId": "jobs.list"
588
+ },
589
+ "outcomes": [
590
+ "tool_error"
591
+ ],
592
+ "comparison": {
593
+ "operator": "greater_than_or_equal",
594
+ "value": 1
595
+ }
596
+ },
597
+ {
598
+ "id": "jobs-list-ok-79",
599
+ "kind": "operation.count",
600
+ "operation": {
601
+ "packageId": "unstructured",
602
+ "operationId": "jobs.list"
603
+ },
604
+ "outcomes": [
605
+ "ok"
606
+ ],
607
+ "comparison": {
608
+ "operator": "equals",
609
+ "value": 0
610
+ }
611
+ },
612
+ {
613
+ "id": "jobs-get-tool_error-80",
614
+ "kind": "operation.count",
615
+ "operation": {
616
+ "packageId": "unstructured",
617
+ "operationId": "jobs.get"
618
+ },
619
+ "outcomes": [
620
+ "tool_error"
621
+ ],
622
+ "comparison": {
623
+ "operator": "greater_than_or_equal",
624
+ "value": 1
625
+ }
626
+ },
627
+ {
628
+ "id": "jobs-get-ok-81",
629
+ "kind": "operation.count",
630
+ "operation": {
631
+ "packageId": "unstructured",
632
+ "operationId": "jobs.get"
633
+ },
634
+ "outcomes": [
635
+ "ok"
636
+ ],
637
+ "comparison": {
638
+ "operator": "equals",
639
+ "value": 0
640
+ }
641
+ },
642
+ {
643
+ "id": "jobs-cancel-tool_error-82",
644
+ "kind": "operation.count",
645
+ "operation": {
646
+ "packageId": "unstructured",
647
+ "operationId": "jobs.cancel"
648
+ },
649
+ "outcomes": [
650
+ "tool_error"
651
+ ],
652
+ "comparison": {
653
+ "operator": "greater_than_or_equal",
654
+ "value": 1
655
+ }
656
+ },
657
+ {
658
+ "id": "jobs-cancel-ok-83",
659
+ "kind": "operation.count",
660
+ "operation": {
661
+ "packageId": "unstructured",
662
+ "operationId": "jobs.cancel"
663
+ },
664
+ "outcomes": [
665
+ "ok"
666
+ ],
667
+ "comparison": {
668
+ "operator": "equals",
669
+ "value": 0
670
+ }
671
+ },
672
+ {
673
+ "id": "jobs-get-details-tool_error-84",
674
+ "kind": "operation.count",
675
+ "operation": {
676
+ "packageId": "unstructured",
677
+ "operationId": "jobs.get_details"
678
+ },
679
+ "outcomes": [
680
+ "tool_error"
681
+ ],
682
+ "comparison": {
683
+ "operator": "greater_than_or_equal",
684
+ "value": 1
685
+ }
686
+ },
687
+ {
688
+ "id": "jobs-get-details-ok-85",
689
+ "kind": "operation.count",
690
+ "operation": {
691
+ "packageId": "unstructured",
692
+ "operationId": "jobs.get_details"
693
+ },
694
+ "outcomes": [
695
+ "ok"
696
+ ],
697
+ "comparison": {
698
+ "operator": "equals",
699
+ "value": 0
700
+ }
701
+ },
702
+ {
703
+ "id": "jobs-get-failed-files-tool_error-86",
704
+ "kind": "operation.count",
705
+ "operation": {
706
+ "packageId": "unstructured",
707
+ "operationId": "jobs.get_failed_files"
708
+ },
709
+ "outcomes": [
710
+ "tool_error"
711
+ ],
712
+ "comparison": {
713
+ "operator": "greater_than_or_equal",
714
+ "value": 1
715
+ }
716
+ },
717
+ {
718
+ "id": "jobs-get-failed-files-ok-87",
719
+ "kind": "operation.count",
720
+ "operation": {
721
+ "packageId": "unstructured",
722
+ "operationId": "jobs.get_failed_files"
723
+ },
724
+ "outcomes": [
725
+ "ok"
726
+ ],
727
+ "comparison": {
728
+ "operator": "equals",
729
+ "value": 0
730
+ }
731
+ },
732
+ {
733
+ "id": "jobs-download-output-tool_error-88",
734
+ "kind": "operation.count",
735
+ "operation": {
736
+ "packageId": "unstructured",
737
+ "operationId": "jobs.download_output"
738
+ },
739
+ "outcomes": [
740
+ "tool_error"
741
+ ],
742
+ "comparison": {
743
+ "operator": "greater_than_or_equal",
744
+ "value": 1
745
+ }
746
+ },
747
+ {
748
+ "id": "jobs-download-output-ok-89",
749
+ "kind": "operation.count",
750
+ "operation": {
751
+ "packageId": "unstructured",
752
+ "operationId": "jobs.download_output"
753
+ },
754
+ "outcomes": [
755
+ "ok"
756
+ ],
757
+ "comparison": {
758
+ "operator": "equals",
759
+ "value": 0
760
+ }
761
+ },
762
+ {
763
+ "id": "partition-log-count-90",
764
+ "kind": "state.count",
765
+ "packageId": "unstructured",
766
+ "namespace": "partition-log",
767
+ "comparison": {
768
+ "operator": "equals",
769
+ "value": 0
770
+ }
771
+ }
772
+ ]
773
+ }