Plugin Chatbot
Chat interface component with message history, typing indicators, and customizable avatars.
v5.4+ — the chat surface is now composed from vendored Vercel AI Elements (MIT). The public
chatbotschema andChatbotEnhanced/FloatingChatbotprops are unchanged. A new optionalsuggestions: string[]field renders chip prompts in the empty state.
For advanced compositions, the underlying elements are re-exported:
import { AIElements } from '@object-ui/plugin-chatbot';
// AIElements.Conversation, AIElements.Message, AIElements.PromptInput, ...Installation
npm install @object-ui/plugin-chatbotLoading plugins...