Skip to main content
All docs
V24.2

AIIntegration.ChatTemperatureDefault Property

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

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.v24.2.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