diff --git a/panes/chat/Chat.tsx b/panes/chat/Chat.tsx index 95b8733e..71b0d529 100644 --- a/panes/chat/Chat.tsx +++ b/panes/chat/Chat.tsx @@ -15,6 +15,7 @@ export const Chat = ({ threadId, className }: ChatProps) => { messages, sendMessage, isLoading, + stopGenerating } = useChat({ propsId: threadId }) const chatContainerRef = useChatScroll(messages); @@ -25,9 +26,9 @@ export const Chat = ({ threadId, className }: ChatProps) => {
- +
) -} +} \ No newline at end of file