Show / Hide Table of Contents

Class CohereResponseJsonFormat

The json object format for the model structured output

Inheritance
object
CohereResponseFormat
CohereResponseJsonFormat
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 CohereResponseJsonFormat : CohereResponseFormat

Properties

Schema

Declaration
[JsonProperty(PropertyName = "schema")]
public object Schema { get; set; }
Property Value
Type Description
object

The schema used by the structured output, described as a JSON Schema object.

In this article
Back to top