From 86504c4c551ef81dbcad29af124b8f3b6f6f294a Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Sun, 1 Mar 2026 20:02:57 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20ThreadPrimitive.FollowupSuggestions=20?= =?UTF-8?q?=E2=86=92=20Suggestions,=20autoSend=20=E2=86=92=20send?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- components/assistant-ui/thread.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/assistant-ui/thread.tsx b/components/assistant-ui/thread.tsx index be34c14..3b7504d 100644 --- a/components/assistant-ui/thread.tsx +++ b/components/assistant-ui/thread.tsx @@ -36,7 +36,7 @@ export const Thread: FC = () => ( components={{ UserMessage, AssistantMessage }} /> - @@ -81,7 +81,7 @@ const ThreadWelcome: FC = () => ( // --------------------------------------------------------------------------- const FollowupSuggestion: FC<{ suggestion: { prompt: string } }> = ({ suggestion }) => ( - +