Skip to main content
All docs
V26.1
  • AIPromptToExpressionConfigurationBuilder.SetPromptAugmentation(String) Method

    Specifies additional instructions that modify the prompt before processing.

    Namespace: DevExpress.AspNetCore.Reporting

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

    Declaration

    public override AIPromptToExpressionConfigurationBuilder SetPromptAugmentation(
        string promptAugmentation
    )

    Parameters

    Name Type Description
    promptAugmentation String

    Additional instructions.

    Returns

    Type Description
    AIPromptToExpressionConfigurationBuilder

    An AIPromptToExpressionConfigurationBuilder object that can be used to further configure AI-powered Prompt-to-Expression functionality in the Web Report Designer.

    See Also