Skip to main content
All docs
V26.1
  • AIChatControl.TemperatureProperty Field

    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.

    Identifies the Temperature dependency property.

    Namespace: DevExpress.AIIntegration.Wpf.Chat

    Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll

    Declaration

    [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 static readonly DependencyProperty TemperatureProperty

    Field Value

    Type Description
    DependencyProperty

    A dependency property identifier.

    See Also