Skip to main content
All docs
V25.2
  • SmartPasteSchedulerBehaviorProperties.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

    [DefaultValue("")]
    public string PromptAugmentation { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    Additional instructions.

    Remarks

    See the following help topic for more information: Prompt Augmentation.

    See Also