Class CohereTextContentV2
Represents a single instance of text in the chat content.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereTextContentV2 : CohereContentV2
Properties
Text
Declaration
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The text content. |