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