mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add sticky and cooldown for timed WI entries
This commit is contained in:
@ -483,6 +483,8 @@ function convertWorldInfoToCharacterBook(name, entries) {
|
||||
automation_id: entry.automationId ?? '',
|
||||
role: entry.role ?? 0,
|
||||
vectorized: entry.vectorized ?? false,
|
||||
sticky: entry.sticky ?? null,
|
||||
cooldown: entry.cooldown ?? null,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user