@salesforce/agents
    Preparing search index...

    Type Alias GroundingSource

    type GroundingSource = {
        indexMode?: string;
        knowledgeConfig?: {
            contentFields?: string[];
            isRestrictToPublicArticle?: boolean;
            primaryIndexField1?: string;
            primaryIndexField2?: string;
        };
        retrieverId?: string;
        sourceType: SourceType;
    }
    Index

    Properties

    indexMode?: string
    knowledgeConfig?: {
        contentFields?: string[];
        isRestrictToPublicArticle?: boolean;
        primaryIndexField1?: string;
        primaryIndexField2?: string;
    }
    retrieverId?: string
    sourceType: SourceType