export interface Message { from: "user" | "assistant"; id: ReturnType; content: string; webSearchId?: string; score?: -1 | 0 | 1; }