ProofreadBehavior.Create(Type, Nullable<Single>, String, TextRetrievalMode) Method
For internal use.
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v25.2.dll
NuGet Package: DevExpress.AIIntegration.WinForms
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static ProofreadBehavior Create(
Type proofreadBehaviorSourceType,
float? temperature,
string promptAugmentation,
TextRetrievalMode textRetrievalMode
)
Parameters
| Name | Type |
|---|---|
| proofreadBehaviorSourceType | Type |
| temperature | Nullable<Single> |
| promptAugmentation | String |
| textRetrievalMode | TextRetrievalMode |
Returns
| Type |
|---|
| ProofreadBehavior |
See Also