CitationMetadata

@Serializable
data class CitationMetadata(val citations: List<Citation>? = null)

Citation information when the model quotes another source.

Constructors

Link copied to clipboard
constructor(citations: List<Citation>? = null)

Properties

Link copied to clipboard
val citations: List<Citation>? = null

Contains citation information when the model directly quotes, at length, from another source. Can include traditional websites and code repositories.