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

    Specifies additional instructions that modify the prompt before processing.

    Namespace: DevExpress.AIIntegration.AspNetCore.Reporting

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

    Declaration

    public virtual AIConfigurationBuilderBase SetPromptAugmentation(
        string promptAugmentation
    )

    Parameters

    Name Type Description
    promptAugmentation String

    Additional instructions.

    Returns

    Type Description
    AIConfigurationBuilderBase

    An class that inherits the AIConfigurationBuilderBase class and can be used to further configure the AI-powered functionality in Reporting controls.

    See Also