OpenAIPromptExecutionSettings.TopLogprobs Property

Definition

An integer specifying the number of most likely tokens to return at each token position, each with an associated log probability.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("top_logprobs")]
public int? TopLogprobs { get; set; }

Property Value

Attributes

Applies to