Back to Devexpress

ReportDesignerBehaviorBase.Temperature Property

xtrareports-devexpress-dot-aiintegration-dot-wpf-dot-reporting-dot-reportdesignerbehaviorbase.md

latest1.7 KB
Original Source

ReportDesignerBehaviorBase.Temperature Property

Gets or sets the balance between creativity and consistency in AI responses. Higher values increase variation.

Namespace : DevExpress.AIIntegration.Wpf.Reporting

Assembly : DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Wpf.Reporting

Declaration

csharp
public float? Temperature { get; set; }
vb
Public Property Temperature As Single?

Property Value

TypeDescription
Nullable<Single>

A number between 0 and 1 (or 0 and 2) depending on the AI behavior and model.

|

Remarks

The Temperature parameter controls the randomness of the output. Lower temperatures yield more predictable and focused outputs, while higher temperatures produce more diverse and creative responses.

See Also

ReportDesignerBehaviorBase Class

ReportDesignerBehaviorBase Members

DevExpress.AIIntegration.Wpf.Reporting Namespace