QuickCommandPromptResponse2: {
    answer: string;
    sources?:
        | (
            | SourceStackAi
            | SourceKnowledgeSource
            | SourceProjectFile
            | KnowledgeSourceEvent
        )[]
        | null;
}

Type declaration