@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/cli.js CHANGED
@@ -1705,6 +1705,7 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
1705
1705
  meta: {
1706
1706
  triggerId: task.triggerId,
1707
1707
  triggerTimestamp: task.triggerTimestamp,
1708
+ triggeredAt: new Date(task.triggerTimestamp).toISOString(),
1708
1709
  runId: evaluatorRunId,
1709
1710
  datasetName: task.dataset.getDisplayLabel(),
1710
1711
  testCaseId: testCaseItem.id,