mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
feat(Messages): add foldSelected property to assistant messages for improved message handling
This commit is contained in:
parent
a4fb1878ad
commit
6dafcf003d
@ -278,6 +278,7 @@ export const sendMessage =
|
||||
const assistantMessage = getAssistantMessage({ assistant, topic })
|
||||
assistantMessage.askId = userMessage.id
|
||||
assistantMessage.status = 'sending'
|
||||
assistantMessage.foldSelected = true
|
||||
assistantMessages.push(assistantMessage)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user