Introduces new API endpoints for AI chat and title generation, integrates an AI chat component into the layout, and updates client-side services to communicate with the new backend AI endpoints. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 64961019-b4a5-48d8-97fc-c4980d29f3c4 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/fhRML7y Replit-Helium-Checkpoint-Created: true
5 lines
213 B
TypeScript
5 lines
213 B
TypeScript
export { AIChat, AIChatButton } from './AIChat';
|
|
export { ChatMessage } from './ChatMessage';
|
|
export { ChatInput } from './ChatInput';
|
|
export { PersonaSelector } from './PersonaSelector';
|
|
export * from './Icons';
|