export interface CopilotChatSuggestion { title: string; message: string; partial?: boolean; isLoading?: boolean; className?: string; }