OpenAIPromptExecutionSettings.TokenSelectionBiases 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.
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