Class CohereDocument
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereDocument
Properties
| Edit this page View SourceData
Required. A relevant document that the model can cite to generate a more accurate reply. Each document is a string-any dictionary.
Declaration
[JsonProperty("data")]
public CohereDocument.DocumentData Data { get; set; }
Property Value
| Type | Description |
|---|---|
| CohereDocument.DocumentData |
Id
Optional. Unique identifier for this document which will be referenced in citations. If not provided an ID will be automatically generated.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |