mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: improve shujuku-compatible extraction and recall input
This commit is contained in:
@@ -457,6 +457,10 @@ function buildPromptExecutionSummary(debugContext = null) {
|
||||
debugContext.mvu && typeof debugContext.mvu === "object"
|
||||
? cloneRuntimeDebugValue(debugContext.mvu, {})
|
||||
: null,
|
||||
inputContext:
|
||||
debugContext.inputContext && typeof debugContext.inputContext === "object"
|
||||
? cloneRuntimeDebugValue(debugContext.inputContext, {})
|
||||
: null,
|
||||
regexInput: normalizeRegexDebugEntries(debugContext.regexInput),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user