Back to Devexpress

SmartPasteBehaviorProperties.PromptAugmentation Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-smartpastebehaviorproperties-64b05622.md

latest1.6 KB
Original Source

SmartPasteBehaviorProperties.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 Augmentation.

See Also

SmartPasteBehaviorProperties Class

SmartPasteBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace