import { forwardRef, useState } from 'react'
import MessageBubble from './MessageBubble'
const SUGGESTIONS = [
{ emoji: '🌐', title: 'Latest AI news', text: 'What are the latest developments in AI this week?' },
{ emoji: '💡', title: 'Explain quantum computing', text: 'Explain quantum computing in simple terms' },
{ emoji: '📝', title: 'Write a cover letter', text: 'Write me a professional cover letter for a software engineer role' },
{ emoji: '🐛', title: 'Debug my code', text: 'Help me debug and optimize my Python code' },
{ emoji: '📊', title: 'Data analysis help', text: 'Help me analyze data and create visualizations' },
{ emoji: '🎨', title: 'Creative writing', text: 'Write a short sci-fi story set in the year 2150' },
]
const EmptyState = ({ onSuggestion }) => (
✦
What can I help with?
Ask me anything — code, research, writing, math, or just a conversation.
I'm powered by the world's best AI models.