Fix embedded lorebook depths

This commit is contained in:
Cohee
2023-09-25 20:11:16 +03:00
parent edb79d8c53
commit 01f14b461f
2 changed files with 4 additions and 2 deletions

View File

@ -1695,7 +1695,8 @@ function convertWorldInfoToCharacterBook(name, entries) {
display_index: entry.displayIndex,
probability: entry.probability ?? null,
useProbability: entry.useProbability ?? false,
}
depth: entry.depth ?? 4,
},
};
result.entries.push(originalEntry);