Show / Hide Table of Contents

Class CohereThinkingContentV2

Represents a single instance of Chat Doument content

Inheritance
object
CohereContentV2
CohereThinkingContentV2
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 CohereThinkingContentV2 : CohereContentV2

Properties

Thinking

Declaration
[JsonProperty(PropertyName = "thinking")]
public string Thinking { get; set; }
Property Value
Type Description
string

The thinking content.

In this article
Back to top