Class CohereResponseJsonFormat
The json object format for the model structured output
Inherited Members
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. |