OpenAIPromptExecutionSettings.Logprobs Property

Definition

Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each output token returned in the content of message.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("logprobs")]
public bool? Logprobs { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("logprobs")>]
member this.Logprobs : Nullable<bool> with get, set
Public Property Logprobs As Nullable(Of Boolean)

Property Value

Attributes

Applies to