export interface Message { from: 'user' | 'assistant'; content: string; }