@m4trix/evals 0.30.0 → 0.31.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.
@@ -987,6 +987,7 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
987
987
  meta: {
988
988
  triggerId: task.triggerId,
989
989
  triggerTimestamp: task.triggerTimestamp,
990
+ triggeredAt: new Date(task.triggerTimestamp).toISOString(),
990
991
  runId: evaluatorRunId,
991
992
  datasetName: task.dataset.getDisplayLabel(),
992
993
  testCaseId: testCaseItem.id,