diff --git a/ai-pdf-chatbot/app/chat/[chatId]/page.tsx b/ai-pdf-chatbot/app/chat/[chatId]/page.tsx index c845527..b9b644d 100644 --- a/ai-pdf-chatbot/app/chat/[chatId]/page.tsx +++ b/ai-pdf-chatbot/app/chat/[chatId]/page.tsx @@ -76,7 +76,7 @@ export default function ChatDetailPage({ params }: { params: Promise<{ chatId: s onShareTokenChange={setShareToken} /> -
+
{messages .filter((m) => m.role !== 'system') diff --git a/ai-pdf-chatbot/app/chat/page.tsx b/ai-pdf-chatbot/app/chat/page.tsx index 0d6b279..998187c 100644 --- a/ai-pdf-chatbot/app/chat/page.tsx +++ b/ai-pdf-chatbot/app/chat/page.tsx @@ -88,7 +88,7 @@ function ChatHomePageInner() { return ( <> -
+
{pendingInput ? (
diff --git a/ai-pdf-chatbot/components/chat-input.tsx b/ai-pdf-chatbot/components/chat-input.tsx index 1308837..065bed5 100644 --- a/ai-pdf-chatbot/components/chat-input.tsx +++ b/ai-pdf-chatbot/components/chat-input.tsx @@ -23,7 +23,7 @@ export function ChatInput({ } return ( -
+