mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Exclude examples from allowed to be edited
This commit is contained in:
@ -928,7 +928,6 @@ class PromptManager {
|
|||||||
'personaDescription',
|
'personaDescription',
|
||||||
'worldInfoBefore',
|
'worldInfoBefore',
|
||||||
'worldInfoAfter',
|
'worldInfoAfter',
|
||||||
'dialogueExamples',
|
|
||||||
];
|
];
|
||||||
return forceEditPrompts.includes(prompt.identifier) || !prompt.marker;
|
return forceEditPrompts.includes(prompt.identifier) || !prompt.marker;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user