mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add depth to entry template
This commit is contained in:
@ -1373,6 +1373,7 @@ const newEntryTemplate = {
|
||||
excludeRecursion: false,
|
||||
probability: 100,
|
||||
useProbability: true,
|
||||
depth: DEFAULT_DEPTH,
|
||||
};
|
||||
|
||||
function createWorldInfoEntry(name, data, fromSlashCommand = false) {
|
||||
|
Reference in New Issue
Block a user