Skip to main content
All docs
V26.1
  • SmartPasteSchedulerBehaviorProperties.PromptAugmentation Property

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

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v26.1.dll

    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