Class Citation
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Citation : ContentBlockDelta
Properties
| Edit this page View SourceLocation
Optional. The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.
Declaration
[JsonProperty("location")]
public CitationLocation Location { get; set; }
Property Value
| Type | Description |
|---|---|
| CitationLocation |
Source
Optional. The source from the original search result that provided the cited content.
Declaration
[JsonProperty("source")]
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceContent
Optional. The specific content from the source document that was referenced or cited in the generated response.
Declaration
[JsonProperty("sourceContent")]
public TextBlock[] SourceContent { get; set; }
Property Value
| Type | Description |
|---|---|
| TextBlock[] |
Title
Optional. The title or identifier of the source document being cited.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |