Class CohereDocumentContentV2
Represents a single instance of Chat Document content
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereDocumentContentV2 : CohereContentV2
Properties
Document
Declaration
[JsonProperty(PropertyName = "document")]
public object Document { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Relevant information that could be used by the model to generate a more accurate reply. The content of each document are generally short (should be under 300 words). Metadata should be used to provide additional information, both the key name and the value will be passed to the model. |