@axlsdk/studio 0.18.0 → 0.18.2

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.
@@ -105,7 +105,10 @@ function redactEvalItem(item) {
105
105
  detailsOut[name] = {
106
106
  score: detail.score,
107
107
  ...detail.duration !== void 0 ? { duration: detail.duration } : {},
108
- ...detail.cost !== void 0 ? { cost: detail.cost } : {}
108
+ ...detail.cost !== void 0 ? { cost: detail.cost } : {},
109
+ // `skipped` is a structural boolean (the `applies` predicate verdict),
110
+ // not user/LLM content — preserve it so the client's N/A chip renders.
111
+ ...detail.skipped !== void 0 ? { skipped: detail.skipped } : {}
109
112
  // metadata deliberately omitted — may contain LLM scorer reasoning
110
113
  };
111
114
  }
@@ -16177,4 +16180,4 @@ export {
16177
16180
  EvalAggregator,
16178
16181
  createServer
16179
16182
  };
16180
- //# sourceMappingURL=chunk-CY4BTXRZ.js.map
16183
+ //# sourceMappingURL=chunk-RLG3DDQZ.js.map