user message starts a new group (each user message should be separate)

This commit is contained in:
Wabifocus 2025-12-13 00:03:05 -08:00 committed by Alessandro
parent 37af2c6951
commit 85cc64de00

View file

@ -127,6 +127,7 @@ export function setMessage(id, type, heading, content, temp, kvps = null, timest
//force new group on these types
const groupStart = {
response: true, // response starts a new group
user: true, // user message starts a new group (each user message should be separate)
// anything else is false
};