@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.cjs CHANGED
@@ -1732,6 +1732,7 @@ function processOneEvaluation(task, unit, totalEvaluations, publishEvent, persis
1732
1732
  meta: {
1733
1733
  triggerId: task.triggerId,
1734
1734
  triggerTimestamp: task.triggerTimestamp,
1735
+ triggeredAt: new Date(task.triggerTimestamp).toISOString(),
1735
1736
  runId: evaluatorRunId,
1736
1737
  datasetName: task.dataset.getDisplayLabel(),
1737
1738
  testCaseId: testCaseItem.id,