From deb93930d7ffced1cf2e14aef0c40273f958ff33 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 6 Mar 2025 20:13:52 -0800 Subject: [PATCH] fix: Render ai message text above tool/gen ui components --- src/components/thread/messages/ai.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/thread/messages/ai.tsx b/src/components/thread/messages/ai.tsx index 57c441c..03c321f 100644 --- a/src/components/thread/messages/ai.tsx +++ b/src/components/thread/messages/ai.tsx @@ -73,13 +73,13 @@ export function AssistantMessage({ ) : (
- {hasToolCalls && } - {contentString.length > 0 && (
{contentString}
)} + {hasToolCalls && } +