mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Implement World Info activation using Vector Storage
This commit is contained in:
@ -439,6 +439,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
|
||||
case_sensitive: entry.caseSensitive ?? null,
|
||||
automation_id: entry.automationId ?? '',
|
||||
role: entry.role ?? 0,
|
||||
vectorized: entry.vectorized ?? false,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user