interface FileCitation {
    file_id: string;
    quote: string;
}

Properties

Properties

file_id: string

The ID of the specific File the citation is from.

quote: string

The specific quote in the file.

Generated using TypeDoc