Citation
Represents a citation or reference to an external source within a content part.
Properties¶
| Property | Type | Description |
|---|---|---|
citationId |
string |
Unique identifier for the citation within its content part. |
createdTime |
string |
Timestamp indicating when the citation was created. |
id |
string |
Unique identifier for the citation. |
length |
number |
The length of the citation target in the content part data. |
offset |
number |
The offset of the start of the citation target in the content part data. |
sources |
CitationSource[] |
The source being referenced by this citation. |
updatedTime |
string |
Timestamp indicating when the citation was last updated. |