mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:45:51 +00:00
Update cwb_core.js
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user