Skip to main content
All docs
V25.2
  • 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

    [DefaultValue(null)]
    public float? Temperature { get; set; }

    Property Value

    Type Default Description
    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