Class CitationsContentBlock
A content block that contains both generated text and associated citation information. This block type is returned when document citations are enabled, providing traceability between the generated content and the source documents that informed the response.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class CitationsContentBlock : ContentBlock
Properties
| Edit this page View SourceCitations
Optional. An array of citations that reference the source documents used to generate the associated content.
Declaration
[JsonProperty("citations")]
public Citation[] Citations { get; set; }
Property Value
| Type | Description |
|---|---|
| Citation[] |
Content
Optional. The generated content that is supported by the associated citations.
Declaration
[JsonProperty("content")]
public TextBlock[] Content { get; set; }
Property Value
| Type | Description |
|---|---|
| TextBlock[] |