@m4trix/evals 0.28.0 → 0.29.0

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.
package/dist/index.cjs CHANGED
@@ -1593,6 +1593,8 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
1593
1593
  triggerId: task.triggerId,
1594
1594
  runId: evaluatorRunId,
1595
1595
  datasetName: task.dataset.getDisplayLabel(),
1596
+ testCaseId: testCaseItem.id,
1597
+ testCaseName: getTestCaseDisplayLabel(testCaseItem.testCase),
1596
1598
  repetitionId,
1597
1599
  repetitionIndex,
1598
1600
  repetitionCount,