Share via


HuggingFacePromptExecutionSettings.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.JsonPropertyName("logprobs")]
public bool? LogProbs { get; set; }
[<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