@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.
@@ -2557,7 +2557,7 @@ var buildComparisonOverviewPresentation = (input) => {
2557
2557
  }
2558
2558
  ],
2559
2559
  winnerLabel,
2560
- 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"
2560
+ 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"
2561
2561
  };
2562
2562
  };
2563
2563
  var buildRAGComparisonTraceSummaryRows = (entry) => {
@@ -2704,7 +2704,7 @@ var buildRAGGroundingProviderOverviewPresentation = (input) => {
2704
2704
  }
2705
2705
  ],
2706
2706
  winnerLabel,
2707
- 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"
2707
+ 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"
2708
2708
  };
2709
2709
  };
2710
2710
  var buildRAGQualityOverviewPresentation = (input) => ({
@@ -3682,5 +3682,5 @@ export {
3682
3682
  buildRAGAnswerWorkflowState
3683
3683
  };
3684
3684
 
3685
- //# debugId=663E41B74E0EE9D564756E2164756E21
3685
+ //# debugId=6C53CDC025CE17EB64756E2164756E21
3686
3686
  //# sourceMappingURL=index.js.map