Per-entry group scoring

This commit is contained in:
Cohee
2024-05-05 00:42:33 +03:00
parent 2bf9869e5f
commit 39a54d158d
3 changed files with 46 additions and 6 deletions

View File

@ -437,6 +437,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
prevent_recursion: entry.preventRecursion ?? false,
scan_depth: entry.scanDepth ?? null,
match_whole_words: entry.matchWholeWords ?? null,
use_group_scoring: entry.useGroupScoring ?? false,
case_sensitive: entry.caseSensitive ?? null,
automation_id: entry.automationId ?? '',
role: entry.role ?? 0,