@absolutejs/absolute 0.19.0-beta.545 → 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.
@@ -961,7 +961,7 @@ var buildRAGReadinessPresentation = (readiness) => {
961
961
  label: "Extractors",
962
962
  title: readiness.extractorsConfigured ? `${readiness.extractorNames.length} configured` : "None configured",
963
963
  summary: readiness.extractorsConfigured ? `Configured extractors: ${formatCompactList(readiness.extractorNames)}` : "No extractors configured.",
964
- pills: readiness.extractorNames.length > 0 ? readiness.extractorNames : ["No extractors configured"]
964
+ tags: readiness.extractorNames.length > 0 ? readiness.extractorNames : ["No extractors configured"]
965
965
  }
966
966
  ]
967
967
  };
@@ -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) => {
@@ -2640,7 +2640,7 @@ var buildRAGRetrievalComparisonPresentations = (comparison) => {
2640
2640
  return comparison.entries.map((entry) => ({
2641
2641
  diffLabel: leader?.label ?? "Leader",
2642
2642
  diffRows: buildRAGComparisonTraceDiffRows(entry, leader),
2643
- headline: formatRetrievalComparisonHeadline(entry),
2643
+ summary: formatRetrievalComparisonHeadline(entry),
2644
2644
  id: entry.retrievalId,
2645
2645
  label: entry.label,
2646
2646
  traceSummaryRows: buildRAGComparisonTraceSummaryRows(entry)
@@ -2657,7 +2657,7 @@ var buildRAGRerankerComparisonPresentations = (comparison) => {
2657
2657
  return comparison.entries.map((entry) => ({
2658
2658
  diffLabel: leader?.label ?? "Leader",
2659
2659
  diffRows: buildRAGComparisonTraceDiffRows(entry, leader),
2660
- headline: formatRerankerComparisonHeadline(entry),
2660
+ summary: formatRerankerComparisonHeadline(entry),
2661
2661
  id: entry.rerankerId,
2662
2662
  label: entry.label,
2663
2663
  traceSummaryRows: buildRAGComparisonTraceSummaryRows(entry)
@@ -2670,7 +2670,7 @@ var buildRAGRerankerComparisonOverviewPresentation = (comparison) => buildCompar
2670
2670
  summary: comparison.summary
2671
2671
  });
2672
2672
  var buildRAGGroundingProviderPresentations = (entries) => entries.map((entry) => ({
2673
- headline: [
2673
+ summary: [
2674
2674
  entry.label,
2675
2675
  `passing ${formatEvaluationPassingRate(entry.response.passingRate)}`,
2676
2676
  `citation f1 ${entry.response.summary.averageCitationF1.toFixed(3)}`,
@@ -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) => ({
@@ -2721,10 +2721,6 @@ var buildRAGQualityOverviewPresentation = (input) => ({
2721
2721
  value: "Configure an AI provider to compare grounded answers."
2722
2722
  }
2723
2723
  ]
2724
- ],
2725
- insights: [
2726
- "The example should answer three questions quickly: which strategy wins, whether grounding is stable, and whether the result regressed.",
2727
- "Detailed case-by-case evidence stays behind collapsible sections so the page reads like a product surface instead of a console buffer."
2728
2724
  ]
2729
2725
  });
2730
2726
  var buildRAGGroundingProviderCaseComparisonPresentations = (comparisons) => comparisons.map((comparison) => {
@@ -3686,5 +3682,5 @@ export {
3686
3682
  buildRAGAnswerWorkflowState
3687
3683
  };
3688
3684
 
3689
- //# debugId=AF4EDD6B80FBE20364756E2164756E21
3685
+ //# debugId=6C53CDC025CE17EB64756E2164756E21
3690
3686
  //# sourceMappingURL=index.js.map