fix(story-summary): polish vector api UX and lint

This commit is contained in:
2026-04-04 12:52:29 +08:00
parent 3d1f6dc274
commit 5daff85f3f
5 changed files with 19 additions and 34 deletions

View File

@@ -806,11 +806,7 @@ function buildNonVectorPrompt(store) {
if (!sections.length) return "";
return (
`${buildSystemPreamble()}\n` +
`<剧情记忆>\n\n${sections.join("\n\n")}\n\n</剧情记忆>\n` +
`${buildPostscript()}`
);
return buildMemoryPromptText(sections.join("\n\n"));
}
/**