Longbridge OpenAPI SDK
    Preparing search index...

    Interface Reference

    A source referenced by the answer

    interface Reference {
        index: number;
        originalIndex: number;
        refType: string;
        id: string;
        title: string;
        url: string;
        content?: any;
    }
    Index
    index: number

    Reference index

    originalIndex: number

    Original index in the source list, before any reranking

    refType: string

    Reference kind, e.g. "NewsArticle"

    id: string

    Reference id

    title: string

    Reference title

    url: string

    Reference URL

    content?: any

    Full reference payload as sent by the server; kept as raw JSON because the field set varies by reference ref_type