unified-llm-client
    Preparing search index...

    Interface RetrievalCitation

    interface RetrievalCitation {
        chunkId: string;
        endOffset?: number;
        metadata?: Record<string, JsonValue>;
        ordinal?: number;
        sourceId: string;
        sourceName?: string;
        startOffset?: number;
        title?: string;
        url?: string;
    }
    Index

    Properties

    chunkId: string
    endOffset?: number
    metadata?: Record<string, JsonValue>
    ordinal?: number
    sourceId: string
    sourceName?: string
    startOffset?: number
    title?: string
    url?: string