Firebase. AI. Citation
A struct describing a source attribution.
Summary
Properties | |
---|---|
EndIndex | int The exclusive end of a sequence in a model response that derives from a cited source. |
License | string The license the cited source work is distributed under, if specified. |
PublicationDate | System.DateTime The publication date of the cited source, if available. |
StartIndex | int The inclusive beginning of a sequence in a model response that derives from a cited source. |
Title | string The title of the cited source, if available. |
Uri | System.Uri A link to the cited source, if available. |
Properties
EndIndex
int Firebase::AI::Citation::EndIndex
The exclusive end of a sequence in a model response that derives from a cited source.
License
string Firebase::AI::Citation::License
The license the cited source work is distributed under, if specified.
PublicationDate
System.DateTime Firebase::AI::Citation::PublicationDate
The publication date of the cited source, if available.
StartIndex
int Firebase::AI::Citation::StartIndex
The inclusive beginning of a sequence in a model response that derives from a cited source.
Title
string Firebase::AI::Citation::Title
The title of the cited source, if available.
Uri
System.Uri Firebase::AI::Citation::Uri
A link to the cited source, if available.