We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa7c59 commit 2563264Copy full SHA for 2563264
apps/dashboard/app/(main)/websites/[id]/agent/_components/agent-messages.tsx
@@ -143,11 +143,8 @@ function ToolMessage({
143
144
const shouldBeOpen = hasBeenStreaming || hasCompleted;
145
146
- const toolKey =
147
- (toolPart.toolCallId as `tool-${string}`) ?? (`tool-${partIndex}` as const);
148
-
149
return (
150
- <Tool defaultOpen={shouldBeOpen} key={toolKey}>
+ <Tool defaultOpen={shouldBeOpen}>
151
<ToolHeader
152
state={state}
153
type={
0 commit comments