@ixo/editor 6.29.0 → 6.30.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.
@@ -10637,10 +10637,7 @@ var EVAL_RUBRIC_OUTPUT_SCHEMA = [
10637
10637
 
10638
10638
  // src/core/lib/actionRegistry/actions/evalEngine/index.ts
10639
10639
  var EVAL_ENGINE_ACTION_TYPE = "qi/eval.engine";
10640
- var EVAL_ENGINE_OUTPUT_SCHEMA = [
10641
- ...EVAL_REGISTER_OUTPUT_SCHEMA,
10642
- ...EVAL_RUBRIC_OUTPUT_SCHEMA.filter((f) => f.path !== "collectionId")
10643
- ];
10640
+ var EVAL_ENGINE_OUTPUT_SCHEMA = [...EVAL_REGISTER_OUTPUT_SCHEMA, ...EVAL_RUBRIC_OUTPUT_SCHEMA.filter((f) => f.path !== "collectionId")];
10644
10641
 
10645
10642
  // src/core/lib/actionRegistry/actions/evalEngine/evalEngine.ts
10646
10643
  registerAction({
@@ -20512,4 +20509,4 @@ export {
20512
20509
  executeQueuedFlowAgentCoreCommands,
20513
20510
  FlowAgentService
20514
20511
  };
20515
- //# sourceMappingURL=chunk-LMZV7QFM.js.map
20512
+ //# sourceMappingURL=chunk-LY32OATI.js.map