HuggingFacePromptExecutionSettings.LogProbs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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