AIChatControl.Temperature Property
OBSOLETE
This property has been removed to avoid conflicts and improve model compatibility. Set the model temperature globally in IChatResponseProvider options or per-message in the MessageSending event handler.
Gets or sets the response text randomness.
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
NuGet Package: DevExpress.AIIntegration.Wpf.Chat
Declaration
[Browsable(false)]
[Obsolete("This property has been removed to avoid conflicts and improve model compatibility. Set the model temperature globally in IChatResponseProvider options or per-message in the MessageSending event handler.", true)]
public float? Temperature { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Single> | The temperature. Limits are determined by the AI service. |
See Also