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

    Specifies additional instructions that modify the prompt before processing.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v26.1.dll

    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