@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.
@@ -988,6 +988,8 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
988
988
  triggerId: task.triggerId,
989
989
  runId: evaluatorRunId,
990
990
  datasetName: task.dataset.getDisplayLabel(),
991
+ testCaseId: testCaseItem.id,
992
+ testCaseName: getTestCaseDisplayLabel(testCaseItem.testCase),
991
993
  repetitionId,
992
994
  repetitionIndex,
993
995
  repetitionCount,