@salesforce/agents
    Preparing search index...

    Type Alias FileListResponse

    type FileListResponse = {
        currentPageUrl?: string;
        files: GroundingFileRef[];
        nextPageUrl?: string;
        totalSize: number;
    }
    Index

    Properties

    currentPageUrl?: string
    nextPageUrl?: string
    totalSize: number