ChatCompletionResponseFormat.Type Property

Definition

Specifies how the LLM should format the response.

public Azure.Search.Documents.Indexes.Models.ChatCompletionResponseFormatType? Type { get; set; }
public Azure.Search.Documents.Models.ChatCompletionResponseFormatType? Type { get; set; }
member this.Type : Nullable<Azure.Search.Documents.Indexes.Models.ChatCompletionResponseFormatType> with get, set
member this.Type : Nullable<Azure.Search.Documents.Models.ChatCompletionResponseFormatType> with get, set
Public Property Type As Nullable(Of ChatCompletionResponseFormatType)

Property Value

Applies to