mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Fix stable CI regressions
This commit is contained in:
@@ -2552,7 +2552,10 @@ function buildResult(graph, selectedNodeIds, schema, meta = {}) {
|
||||
const selectedSet = new Set(uniqueNodeIds(selectedNodeIds));
|
||||
const scopeContext = meta.scopeContext || {};
|
||||
const compareForResult = compareNodeRecallOrderWithContext(graph, scopeContext);
|
||||
const summaryEntries = getActiveSummaryEntries(graph);
|
||||
const summaryEntries =
|
||||
typeof getActiveSummaryEntries === "function"
|
||||
? getActiveSummaryEntries(graph)
|
||||
: [];
|
||||
|
||||
// 常驻注入节点(alwaysInject=true 的类型)
|
||||
const alwaysInjectTypes = new Set(
|
||||
|
||||
Reference in New Issue
Block a user