mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 21:24:46 +08:00
feat: add reasoning check to message list item rendering
This commit is contained in:
@@ -46,9 +46,6 @@ export function groupMessages<T>(
|
||||
} else {
|
||||
// Assistant messages with content (text or images) are shown as a group if they have content
|
||||
// No matter whether it has tool calls or not
|
||||
if (hasReasoning(message)) {
|
||||
currentGroup.push(message);
|
||||
}
|
||||
yieldCurrentGroup();
|
||||
currentGroup.push(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user