Share via


ChatCompletionSchema.Required Property

Definition

An array of the property names that are required to be part of the model's response. All properties must be included for structured outputs.

public System.Collections.Generic.IList<string> Required { get; }
member this.Required : System.Collections.Generic.IList<string>
Public ReadOnly Property Required As IList(Of String)

Property Value

Applies to