Library/AIChat

AIChat

Comprehensive AI chat interface with file upload, voice dictation, and media generation.

Advanced Build
Interactive Preview
Initialising Operative...

Architecture

Component Architecture
AIChat/

Prop Usage

PropTypeDefaultDescription
apiEndpoint
string"/api/chat"The API route that receives messages and streams responses.
systemPrompt
stringSystem-level instructions prepended to every conversation.
className
stringAdditional classes on the chat container.

Usage

import { AIChat } from '@/ui/features/AIChat'; <AIChat apiEndpoint="/api/chat" systemPrompt="You are a helpful assistant." />