Merge pull request #2229 from Wolfsblvt/wi-delay-until-recursion

WI entry setting "Delay until recursion"
This commit is contained in:
Cohee
2024-05-15 00:43:52 +03:00
committed by GitHub
4 changed files with 28 additions and 1 deletions

View File

@@ -436,6 +436,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
group_override: entry.groupOverride ?? false,
group_weight: entry.groupWeight ?? null,
prevent_recursion: entry.preventRecursion ?? false,
delay_until_recursion: entry.delayUntilRecursion ?? false,
scan_depth: entry.scanDepth ?? null,
match_whole_words: entry.matchWholeWords ?? null,
use_group_scoring: entry.useGroupScoring ?? false,