Skip to content

Commit a7220c1

Browse files
Update Chat.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42cb73b commit a7220c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export function Chat() {
220220
} else if ('type' in event && event.type === 'reasoning') {
221221
return (
222222
<ReasoningMessage
223-
key={`reasoning-${event.effort}-${event.summary || ''}`}
223+
key={`reasoning-${idx}-${event.effort}-${event.summary || ''}`}
224224
effort={event.effort}
225225
summary={event.summary}
226226
model={event.model}

0 commit comments

Comments
 (0)