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
| Prop | Type | Default | Description |
|---|---|---|---|
apiEndpoint | string | "/api/chat" | The API route that receives messages and streams responses. |
systemPrompt | string | — | System-level instructions prepended to every conversation. |
className | string | — | Additional classes on the chat container. |
Usage
import { AIChat } from '@/ui/features/AIChat';
<AIChat
apiEndpoint="/api/chat"
systemPrompt="You are a helpful assistant."
/>