OpenAIAssistantCapabilities.Temperature 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.
Gets the sampling temperature to use, between 0 and 2.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public float? Temperature { get; init; }
	[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.Temperature : Nullable<single> with get, set
	Public Property Temperature As Nullable(Of Single)
	Property Value
- Attributes