export interface Message { from: "user" | "assistant"; id: ReturnType; content: string; }