Add groupOverride to server endpoint too

This commit is contained in:
Wolfsblvt 2024-04-27 04:49:08 +02:00
parent dcb042681d
commit a48a9318c1
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
depth: entry.depth ?? 4,
selectiveLogic: entry.selectiveLogic ?? 0,
group: entry.group ?? '',
groupOverride: entry.groupOverride ?? false,
prevent_recursion: entry.preventRecursion ?? false,
scan_depth: entry.scanDepth ?? null,
match_whole_words: entry.matchWholeWords ?? null,