@salesforce/agents
    Preparing search index...

    Type Alias UpdateLibraryInput

    type UpdateLibraryInput = {
        description?: string;
        groundingSource?: {
            knowledgeConfig?: {
                contentFields?: string[];
                isRestrictToPublicArticle?: boolean;
            };
            sourceType: string;
        };
        masterLabel?: string;
    }
    Index

    Properties

    description?: string
    groundingSource?: {
        knowledgeConfig?: {
            contentFields?: string[];
            isRestrictToPublicArticle?: boolean;
        };
        sourceType: string;
    }
    masterLabel?: string