From 8b4845494a5ffbc4231db2cbbce97b1e79a41a07 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 20 May 2025 14:37:26 -0700 Subject: [PATCH] flex wrap --- src/components/thread/messages/human.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {