mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-07 00:41:55 +00:00
user message starts a new group (each user message should be separate)
This commit is contained in:
parent
37af2c6951
commit
85cc64de00
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue