mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#1727 Add per entry WI setting overrides
This commit is contained in:
@ -388,6 +388,9 @@ function convertWorldInfoToCharacterBook(name, entries) {
|
||||
selectiveLogic: entry.selectiveLogic ?? 0,
|
||||
group: entry.group ?? '',
|
||||
prevent_recursion: entry.preventRecursion ?? false,
|
||||
scan_depth: entry.scanDepth ?? null,
|
||||
match_whole_words: entry.matchWholeWords ?? null,
|
||||
case_sensitive: entry.caseSensitive ?? null,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user