mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: MVU规则模块+世界书MVU过滤+prompt组装MVU清洗+端到端测试
This commit is contained in:
4
llm.js
4
llm.js
@@ -256,6 +256,10 @@ function buildPromptExecutionSummary(debugContext = null) {
|
||||
debugContext.worldInfo && typeof debugContext.worldInfo === "object"
|
||||
? cloneRuntimeDebugValue(debugContext.worldInfo, {})
|
||||
: null,
|
||||
mvu:
|
||||
debugContext.mvu && typeof debugContext.mvu === "object"
|
||||
? cloneRuntimeDebugValue(debugContext.mvu, {})
|
||||
: null,
|
||||
regexInput: normalizeRegexDebugEntries(debugContext.regexInput),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user