Update cwb_core.js

This commit is contained in:
2025-10-29 22:14:04 +08:00
committed by GitHub
parent 632ff9c310
commit 74a28c5059

View File

@@ -235,11 +235,6 @@ async function proceedWithCardUpdate($panel, messagesToUse) {
messages.push({ role: "system", content: state.currentCharCardPrompt }); messages.push({ role: "system", content: state.currentCharCardPrompt });
} }
break; break;
case 'cwb_incremental_char_card_prompt':
if (state.isIncrementalUpdateEnabled && state.currentIncrementalCharCardPrompt) {
messages.push({ role: "system", content: state.currentIncrementalCharCardPrompt });
}
break;
case 'oldFiles': case 'oldFiles':
if (state.isIncrementalUpdateEnabled) { if (state.isIncrementalUpdateEnabled) {
let oldFilesContent = "【旧档案】\n"; let oldFilesContent = "【旧档案】\n";