Show / Hide Table of Contents

Class CohereCitationSourceV2

A citation source object.

Inheritance
object
CohereCitationSourceV2
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 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

In this article
Back to top