@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/cli.cjs CHANGED
@@ -1733,6 +1733,8 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
1733
1733
  triggerId: task.triggerId,
1734
1734
  runId: evaluatorRunId,
1735
1735
  datasetName: task.dataset.getDisplayLabel(),
1736
+ testCaseId: testCaseItem.id,
1737
+ testCaseName: getTestCaseDisplayLabel(testCaseItem.testCase),
1736
1738
  repetitionId,
1737
1739
  repetitionIndex,
1738
1740
  repetitionCount,