Skip to main content
All docs
V25.2
  • PromptToExpressionBehaviorProperties.RetryAttemptCount Property

    Gets or sets the number of additional attempts the AI makes to regenerate an expression if the previous result is invalid.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [DefaultValue(3)]
    public int RetryAttemptCount { get; set; }

    Property Value

    Type Default Description
    Int32 3

    The number of additional attempts the AI makes to regenerate an expression if the previous result is invalid.

    Remarks

    See the following help topic for more information: Prompt to Expression.

    See Also