Skip to main content
All docs
V25.2
  • ReportDesignerBehaviorBase.PromptAugmentation Property

    Specifies additional instructions that modify the prompt before processing.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Reporting

    Declaration

    public string PromptAugmentation { get; set; }

    Property Value

    Type Description
    String

    Additional instructions.

    Remarks

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

    See Also