Skip to content

Citation

Defined in: src/types/citations.ts:131

A single citation linking generated content to a source location.

location: CitationLocation;

Defined in: src/types/citations.ts:135

The location of the cited source.


source: string;

Defined in: src/types/citations.ts:140

The source identifier string.


sourceContent: CitationSourceContent[];

Defined in: src/types/citations.ts:145

The source content referenced by this citation.


title: string;

Defined in: src/types/citations.ts:150

Title of the cited source.