Citation
Defined in: src/types/citations.ts:131
A single citation linking generated content to a source location.
Properties
Section titled “Properties”location
Section titled “location”location: CitationLocation;Defined in: src/types/citations.ts:135
The location of the cited source.
source
Section titled “source”source: string;Defined in: src/types/citations.ts:140
The source identifier string.
sourceContent
Section titled “sourceContent”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.