Skip to main content
All docs
V25.2
  • SmartPasteBehavior.Temperature Property

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

    Namespace: DevExpress.AIIntegration.Wpf

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

    Declaration

    public float? Temperature { get; set; }

    Property Value

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