Back to Devexpress

PromptToExpressionBehaviorProperties.RetryAttemptCount Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-prompttoexpressionbehaviorproperties.md

latest1.7 KB
Original Source

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

csharp
[DefaultValue(3)]
public int RetryAttemptCount { get; set; }
vb
<DefaultValue(3)>
Public Property RetryAttemptCount As Integer

Property Value

TypeDefaultDescription
Int323

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

PromptToExpressionBehaviorProperties Class

PromptToExpressionBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace