@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.js CHANGED
@@ -1706,6 +1706,8 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
1706
1706
  triggerId: task.triggerId,
1707
1707
  runId: evaluatorRunId,
1708
1708
  datasetName: task.dataset.getDisplayLabel(),
1709
+ testCaseId: testCaseItem.id,
1710
+ testCaseName: getTestCaseDisplayLabel(testCaseItem.testCase),
1709
1711
  repetitionId,
1710
1712
  repetitionIndex,
1711
1713
  repetitionCount,