mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
fix: regenerate message not rewrite reasoning_content
This commit is contained in:
parent
5c3afaa5ed
commit
23a59578c3
@ -186,6 +186,8 @@ const MessageMenubar: FC<Props> = (props) => {
|
||||
onEditMessage?.({
|
||||
...message,
|
||||
content: '',
|
||||
reasoning_content: undefined,
|
||||
metrics: undefined,
|
||||
status: 'sending',
|
||||
modelId: assistantModel?.id || model?.id,
|
||||
translatedContent: undefined
|
||||
|
||||
Loading…
Reference in New Issue
Block a user