Skip to main content
All docs
V26.1
  • ChangeStyleExtension Class

    SECURITY-RELATED CONSIDERATIONS

    This API includes automatic prompt-injection protection for text and document-based AI-powered extensions. The system appends security instructions to each AI request to ensure that external or user-provided content is treated as untrusted data.

    Prompt Injection Protection in AI Extensions

    An AI-powered extension that rephrases or paraphrases the text while retaining its original meaning.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

    public class ChangeStyleExtension :
        ChangeTextExtension<ChangeStyleRequest>

    Remarks

    Read the following help topics for additional information:

    Implements

    Inheritance

    Object
    DevExpress.AIIntegration.Extensions.AIExtensionBase<ChangeStyleRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChatAIExtensionBase<ChangeStyleRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChangeTextExtensionBase<ChangeStyleRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChangeTextExtension<ChangeStyleRequest>
    ChangeStyleExtension
    See Also