mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
semi
This commit is contained in:
@@ -5303,7 +5303,7 @@ function formatMessageHistoryItem(chatItem, isInstruct, forceOutputSequence) {
|
|||||||
|
|
||||||
// Don't format messages with undefined content
|
// Don't format messages with undefined content
|
||||||
if (chatItem.mes === undefined) {
|
if (chatItem.mes === undefined) {
|
||||||
return ""
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't include a name if it's empty
|
// Don't include a name if it's empty
|
||||||
|
Reference in New Issue
Block a user