Class JsonSchemaResponseFormat
Enables Structured Outputs which ensures the model will match your supplied JSON schema.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class JsonSchemaResponseFormat : ResponseFormat
Properties
JsonSchema
Declaration
[JsonProperty(PropertyName = "jsonSchema")]
public ResponseJsonSchema JsonSchema { get; set; }
Property Value
Type | Description |
---|---|
ResponseJsonSchema |