diff --git a/CharacterWorldBook/src/cwb_core.js b/CharacterWorldBook/src/cwb_core.js index f63bf31..ff4e533 100644 --- a/CharacterWorldBook/src/cwb_core.js +++ b/CharacterWorldBook/src/cwb_core.js @@ -235,11 +235,6 @@ async function proceedWithCardUpdate($panel, messagesToUse) { messages.push({ role: "system", content: state.currentCharCardPrompt }); } break; - case 'cwb_incremental_char_card_prompt': - if (state.isIncrementalUpdateEnabled && state.currentIncrementalCharCardPrompt) { - messages.push({ role: "system", content: state.currentIncrementalCharCardPrompt }); - } - break; case 'oldFiles': if (state.isIncrementalUpdateEnabled) { let oldFilesContent = "【旧档案】\n";