Interface CopilotActionReference

interface CopilotActionReference {
    id: string;
    snippet: string;
    quotes?: string[];
    file: { name: string; sourceUri?: string };
}

Properties

Properties

id: string
snippet: string
quotes?: string[]
file: { name: string; sourceUri?: string }