diff --git a/src/ts/process/lorebook.svelte.ts b/src/ts/process/lorebook.svelte.ts index d428c6e1..eb8def18 100644 --- a/src/ts/process/lorebook.svelte.ts +++ b/src/ts/process/lorebook.svelte.ts @@ -448,6 +448,7 @@ export async function loadLoreBookV3Prompt(){ matching = true recursivePrompt.push({ prompt: content, + data: content, source: fullLore[i].comment || `lorebook ${i}` }) }