export interface ChatEntry { role: string; content: string; }