Skip to main content
All docs
V25.1
  • AIIntegration.ChatTemperatureDefault Property

    Gets or sets the default temperature for chat-based AI-powered extensions.

    Namespace: DevExpress.AIIntegration

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public static float? ChatTemperatureDefault { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The default temperature for chat-based AI-powered extensions.

    See Also