Describes a single cited source returned by a chat request.

CitationModel

interface CitationModel {
    position?: number;
    references?: ReferenceModel[];
}

Properties

position?: number

The index position of the citation in the complete text response.

CitationModel

references?: ReferenceModel[]

CitationModel