mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Wait for generation unlock before running continue or trigger
This commit is contained in:
@ -4335,6 +4335,10 @@ function extractMessageFromData(data) {
|
||||
}
|
||||
|
||||
function cleanUpMessage(getMessage, isImpersonate, isContinue, displayIncompleteSentences = false) {
|
||||
if (!getMessage) {
|
||||
return '';
|
||||
}
|
||||
|
||||
// Add the prompt bias before anything else
|
||||
if (
|
||||
power_user.user_prompt_bias &&
|
||||
|
Reference in New Issue
Block a user