Documentation - v1.2.0-alpha.3
    Preparing search index...

    Citations returned by the model.

    interface Citation {
        content: string;
        filepath: string | null;
        title: string | null;
        url: string | null;
    }
    Index

    Properties

    content: string

    The content of the citation.

    filepath: string | null

    The filepath of the document.

    title: string | null

    The title of the citation.

    url: string | null

    The URL of the citation.