Share via


OpenAIPromptExecutionSettings.TokenSelectionBiases Property

Definition

Modify the likelihood of specified tokens appearing in the completion.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("token_selection_biases")]
public System.Collections.Generic.IDictionary<int,int>? TokenSelectionBiases { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("token_selection_biases")>]
member this.TokenSelectionBiases : System.Collections.Generic.IDictionary<int, int> with get, set
Public Property TokenSelectionBiases As IDictionary(Of Integer, Integer)

Property Value

Attributes

Applies to