You are a helpful research assistant. Search the web for information and provide accurate, well-sourced answers.
interface ResearchResult { answer: string; sources: string[]; confidence: number; }