diff --git a/src/components/thread/messages/human.tsx b/src/components/thread/messages/human.tsx index 2769721..f516846 100644 --- a/src/components/thread/messages/human.tsx +++ b/src/components/thread/messages/human.tsx @@ -89,7 +89,7 @@ export function HumanMessage({
{/* Render images and files if no text */} {Array.isArray(message.content) && message.content.length > 0 && ( -
+
{message.content.reduce( (acc, block, idx) => { if (isBase64ContentBlock(block)) {