A citation to a file.

interface FileCitation {
    file_id: string;
    index: number;
    type: "file_citation";
}

Properties

Properties

file_id: string

The ID of the file.

index: number

The index of the file in the list of files.

type: "file_citation"

The type of the file citation. Always file_citation.