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 }) => ( - +