Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon committed Feb 19, 2025
1 parent 10444c4 commit 8112448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const PurePreviewMessage = ({
</div>
)}

{/* use message parts over content and toolInvocations directly */}
{message.parts?.map((p, i) => {
const key = `message-${message.id}-part-${i}`;
switch (p.type) {
Expand Down

0 comments on commit 8112448

Please sign in to comment.