CitationsDelta
Defined in: src/models/streaming.ts:391
Citations content delta within a content block. Represents a citations content block from the model.
Properties
Section titled “Properties”type: "citationsDelta";Defined in: src/models/streaming.ts:395
Discriminator for citations content delta.
citations
Section titled “citations”citations: Citation[];Defined in: src/models/streaming.ts:400
Array of citations linking generated content to source locations.
content
Section titled “content”content: CitationGeneratedContent[];Defined in: src/models/streaming.ts:405
The generated content associated with these citations.