Multifile evaluation set items
Evaluation sets can now hold multifile items, so you can measure the accuracy of an extractor that runs over a package of files rather than a single document.
fileIdsonPOST /evaluation_sets/{id}/items— pass an ordered array of 2–50 unique file IDs instead offileId. Exactly one offileIdorfileIdsmust be provided per item. Multifile items are only supported on evaluation sets attached to a JSON-schema extractor.filesonEvaluationSetItemandEvaluationSetItemSummary— an ordered array of file summaries, populated for multifile items andnullotherwise.fileis now nullable —nullfor multifile items, matching thefile/filesconvention onExtractRun.
When you run the set, each multifile item is evaluated as one multifile extraction run with a single expectedOutput covering the whole package. See Add a multifile item.

