import { ChatSection } from '@llamaindex/chat-ui' import { useChat } from 'ai/react' function SimpleChat() { const handler = useChat() return <ChatSection handler={handler} /> }
Hello there!
I'm here to help you with your questions.