This commit is contained in:
qvink
2025-03-25 22:36:05 -06:00
parent 9d88c1578b
commit abb908e62c

View File

@@ -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