@tangle-network/agent-knowledge 5.0.4 → 6.0.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.
@@ -1920,7 +1920,7 @@ function summarizeKnowledgeBenchmarkCampaign(input) {
1920
1920
  totalCells: input.campaign.cells.length,
1921
1921
  cellsFailed: input.campaign.aggregates.cellsFailed,
1922
1922
  cellsCached: input.campaign.aggregates.cellsCached,
1923
- totalCostUsd: input.campaign.aggregates.totalCostUsd,
1923
+ totalCostUsd: input.campaign.aggregates.cost.totalCostUsd,
1924
1924
  bySplit: summarizeSlices(successful, (row) => row.scenario?.splitTag ?? "unknown"),
1925
1925
  byFamily: summarizeSlices(successful, (row) => row.scenario?.family ?? "unknown"),
1926
1926
  byTaskKind: summarizeSlices(successful, (row) => row.scenario?.taskKind ?? "unknown"),
@@ -3150,4 +3150,4 @@ export {
3150
3150
  parseKnowledgeBenchmarkQrels,
3151
3151
  buildRetrievalBenchmarkCasesFromQrels
3152
3152
  };
3153
- //# sourceMappingURL=chunk-EYIA5PLQ.js.map
3153
+ //# sourceMappingURL=chunk-PVCSESAF.js.map