Back to Devexpress

ReportPromptToExpressionBehaviorProperties.Temperature Property

xtrareports-devexpress-dot-aiintegration-dot-winforms-dot-reporting-dot-reportprompttoexpressionbehaviorproperties-0d7c74aa.md

latest2.0 KB
Original Source

ReportPromptToExpressionBehaviorProperties.Temperature Property

Gets or sets the balance between creativity and consistency in AI responses.

Namespace : DevExpress.AIIntegration.WinForms.Reporting

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

NuGet Package : DevExpress.AIIntegration.WinForms.Reporting

Declaration

csharp
[DefaultValue(null)]
public float? Temperature { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Temperature As Single?

Property Value

TypeDefaultDescription
Nullable<Single>null

The balance between creativity and consistency in AI responses. A number between 0 and 1 (or 0 and 2 ) depending on the AI behavior and model.

|

Remarks

See the following help topic for additional information: Generate Expressions from Prompts (WinForms Report Designer).

See Also

ReportPromptToExpressionBehaviorProperties Class

ReportPromptToExpressionBehaviorProperties Members

DevExpress.AIIntegration.WinForms.Reporting Namespace