Class DocumentCitationSource
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public sealed class DocumentCitationSource : CitationSource
Properties
| Edit this page View SourceDocument
Optional. A document source object.
Declaration
[JsonProperty("document")]
public Dictionary<string, object> Document { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, object> |
Id
Optional. The unique identifier of the document.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |