@absolutejs/absolute 0.19.0-beta.546 → 0.19.0-beta.547

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.
@@ -2584,7 +2584,7 @@ var buildComparisonOverviewPresentation = (input) => {
2584
2584
  }
2585
2585
  ],
2586
2586
  winnerLabel,
2587
- winnerSummary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 f1 ${winnerEntry.response.summary.averageF1.toFixed(3)} \xB7 latency ${winnerEntry.response.summary.averageLatencyMs.toFixed(1)}ms` : "Stored benchmark comparison"
2587
+ summary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 f1 ${winnerEntry.response.summary.averageF1.toFixed(3)} \xB7 latency ${winnerEntry.response.summary.averageLatencyMs.toFixed(1)}ms` : "Stored benchmark comparison"
2588
2588
  };
2589
2589
  };
2590
2590
  var buildRAGComparisonTraceSummaryRows = (entry) => {
@@ -2731,7 +2731,7 @@ var buildRAGGroundingProviderOverviewPresentation = (input) => {
2731
2731
  }
2732
2732
  ],
2733
2733
  winnerLabel,
2734
- winnerSummary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 citation f1 ${winnerEntry.response.summary.averageCitationF1.toFixed(3)} \xB7 resolved ${formatEvaluationPassingRate(winnerEntry.response.summary.averageResolvedCitationRate)}` : "Stored workflow evaluation"
2734
+ summary: winnerEntry ? `passing ${formatEvaluationPassingRate(winnerEntry.response.passingRate)} \xB7 citation f1 ${winnerEntry.response.summary.averageCitationF1.toFixed(3)} \xB7 resolved ${formatEvaluationPassingRate(winnerEntry.response.summary.averageResolvedCitationRate)}` : "Stored workflow evaluation"
2735
2735
  };
2736
2736
  };
2737
2737
  var buildRAGQualityOverviewPresentation = (input) => ({
@@ -4362,5 +4362,5 @@ export {
4362
4362
  createAIStream
4363
4363
  };
4364
4364
 
4365
- //# debugId=5B15B71D29CD181C64756E2164756E21
4365
+ //# debugId=F714546AB84EE8E064756E2164756E21
4366
4366
  //# sourceMappingURL=index.js.map