mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add groupOverride to server endpoint too
This commit is contained in:
@ -433,6 +433,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
|
|||||||
depth: entry.depth ?? 4,
|
depth: entry.depth ?? 4,
|
||||||
selectiveLogic: entry.selectiveLogic ?? 0,
|
selectiveLogic: entry.selectiveLogic ?? 0,
|
||||||
group: entry.group ?? '',
|
group: entry.group ?? '',
|
||||||
|
groupOverride: entry.groupOverride ?? false,
|
||||||
prevent_recursion: entry.preventRecursion ?? false,
|
prevent_recursion: entry.preventRecursion ?? false,
|
||||||
scan_depth: entry.scanDepth ?? null,
|
scan_depth: entry.scanDepth ?? null,
|
||||||
match_whole_words: entry.matchWholeWords ?? null,
|
match_whole_words: entry.matchWholeWords ?? null,
|
||||||
|
Reference in New Issue
Block a user