ReportPromptToExpressionBehavior.Create(Type, Int32, Nullable<Single>, String) Method
For internal use.
Namespace: DevExpress.AIIntegration.WinForms.Reporting
Assembly: DevExpress.AIIntegration.WinForms.Reporting.v25.2.dll
NuGet Package: DevExpress.AIIntegration.WinForms.Reporting
Declaration
[Browsable(false)]
public static ReportPromptToExpressionBehavior Create(
Type expressionFromPromptBehaviorSourceType,
int maxRetryAttempts,
float? temperature,
string promptAugmentation
)
Parameters
| Name | Type |
|---|---|
| expressionFromPromptBehaviorSourceType | Type |
| maxRetryAttempts | Int32 |
| temperature | Nullable<Single> |
| promptAugmentation | String |
Returns
| Type |
|---|
| ReportPromptToExpressionBehavior |
See Also