Show / Hide Table of Contents

Class CohereDocumentContentV2

Represents a single instance of Chat Document content

Inheritance
object
CohereContentV2
CohereDocumentContentV2
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top