Class CohereCitationSourceV2
A citation source object.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereCitationSourceV2
Properties
Document
Declaration
[JsonProperty(PropertyName = "document")]
public CohereCitationDocument Document { get; set; }
Property Value
| Type | Description |
|---|---|
| CohereCitationDocument |
Tool
Declaration
[JsonProperty(PropertyName = "tool")]
public CohereCitationToolV2 Tool { get; set; }
Property Value
| Type | Description |
|---|---|
| CohereCitationToolV2 |
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CohereCitationSourceV2.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CohereCitationSourceV2.TypeEnum? | The source type. |
Remarks
Required