@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.
package/dist/index.cjs CHANGED
@@ -1592,6 +1592,7 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
1592
1592
  meta: {
1593
1593
  triggerId: task.triggerId,
1594
1594
  triggerTimestamp: task.triggerTimestamp,
1595
+ triggeredAt: new Date(task.triggerTimestamp).toISOString(),
1595
1596
  runId: evaluatorRunId,
1596
1597
  datasetName: task.dataset.getDisplayLabel(),
1597
1598
  testCaseId: testCaseItem.id,