Back to Devexpress

PromptToExpressionBehaviorProperties.PromptAugmentation Property

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

latest1.6 KB
Original Source

PromptToExpressionBehaviorProperties.PromptAugmentation Property

Gets or sets additional instructions that modify the prompt before processing.

Namespace : DevExpress.AIIntegration.WinForms

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

NuGet Package : DevExpress.AIIntegration.WinForms

Declaration

csharp
[DefaultValue("")]
public string PromptAugmentation { get; set; }
vb
<DefaultValue("")>
Public Property PromptAugmentation As String

Property Value

TypeDefaultDescription
StringString.Empty

Additional instructions.

|

Remarks

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

See Also

PromptToExpressionBehaviorProperties Class

PromptToExpressionBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace