fix: prevent missing data field for recursive lorebook

This commit is contained in:
niceandneat
2025-05-04 21:08:04 +09:00
parent bf55f77e0d
commit 306aa5f894

View File

@@ -448,6 +448,7 @@ export async function loadLoreBookV3Prompt(){
matching = true
recursivePrompt.push({
prompt: content,
data: content,
source: fullLore[i].comment || `lorebook ${i}`
})
}