@remnic/core 9.3.594 → 9.3.595

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Orchestrator
3
- } from "./chunk-7WU3FML2.js";
3
+ } from "./chunk-JIBCUYIP.js";
4
4
  import "./chunk-5RIRL3XL.js";
5
5
  import "./chunk-KVEVLBKC.js";
6
6
  import "./chunk-BFBF3XEF.js";
@@ -629,7 +629,7 @@ async function decideSemanticDedup(content, lookup, options) {
629
629
  }
630
630
  let top;
631
631
  for (const hit of hits) {
632
- if (!hit || typeof hit.score !== "number" || !Number.isFinite(hit.score)) {
632
+ if (!hit || typeof hit.id !== "string" || hit.id.trim().length === 0 || typeof hit.score !== "number" || !Number.isFinite(hit.score)) {
633
633
  continue;
634
634
  }
635
635
  if (!top || hit.score > top.score) {
@@ -12405,4 +12405,4 @@ export {
12405
12405
  resolvePersistedMemoryRelativePath,
12406
12406
  Orchestrator
12407
12407
  };
12408
- //# sourceMappingURL=chunk-7WU3FML2.js.map
12408
+ //# sourceMappingURL=chunk-JIBCUYIP.js.map