Class CohereCitationDocument
A citation source referencing a document.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereCitationDocument
Properties
Document
Declaration
[JsonProperty(PropertyName = "document")]
public object Document { get; set; }
Property Value
| Type | Description |
|---|---|
| object | The actual document content or reference. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique identifier for the document. |