/** * model interface for summary Content */ export interface CopilotSummary { /** * copilot summary */ summary: string; }