@squidcloud/client
    Preparing search index...

    Interface AnalyzeCodeRequest

    Requests analysis of selected source-code repositories.

    interface AnalyzeCodeRequest {
        customerContext?: string;
        question: string;
        refHint?: string;
        repositoryHints?: string;
    }
    Index
    customerContext?: string

    Supplies customer context for the answer.

    question: string

    Contains the question to answer.

    refHint?: string

    Narrows analysis to a captured reference.

    repositoryHints?: string

    Narrows repository selection.