Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface RagGroundingRetrievedChunkInput

    interface RagGroundingRetrievedChunkInput {
        chunkId: string;
        documentVersion?: string | null;
        ingestedAt?: string | null;
        permissionStatus?: RagGroundingSourcePermissionStatus | null;
        poisoningSignal?: boolean;
        retrievalScore?: number | null;
        retrievedAt?: string | null;
        retrievedRank?: number | null;
        sourceId?: string | null;
        sourceTitle?: string | null;
        sourceUri?: string | null;
        stale?: boolean;
        text: string;
    }
    Index
    chunkId: string
    documentVersion?: string | null
    ingestedAt?: string | null
    permissionStatus?: RagGroundingSourcePermissionStatus | null
    poisoningSignal?: boolean
    retrievalScore?: number | null
    retrievedAt?: string | null
    retrievedRank?: number | null
    sourceId?: string | null
    sourceTitle?: string | null
    sourceUri?: string | null
    stale?: boolean
    text: string