Skip to main content
All docs
V25.2
  • AITranslationConfigurationBuilder.SetPromptAugmentation(String) Method

    Specifies additional instructions that modify the prompt before processing.

    Namespace: DevExpress.AspNetCore.Reporting

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

    NuGet Package: DevExpress.AIIntegration.AspNetCore.Reporting

    Declaration

    public override AITranslationConfigurationBuilder SetPromptAugmentation(
        string promptAugmentation
    )

    Parameters

    Name Type Description
    promptAugmentation String

    Additional instructions.

    Returns

    Type Description
    AITranslationConfigurationBuilder

    An AITranslationConfigurationBuilder that can be used to further configure the AI-powered content translation functionality.

    See Also