Skip to main content
All docs
V26.1
  • ProofreadExtension 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 reviews the text for spelling, grammar, punctuation, and style errors.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

    public class ProofreadExtension :
        ChangeTextExtension<ProofreadRequest>

    Remarks

    Read the following help topics for additional information:

    Implements

    Inheritance

    Object
    DevExpress.AIIntegration.Extensions.AIExtensionBase<ProofreadRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChatAIExtensionBase<ProofreadRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChangeTextExtensionBase<ProofreadRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChangeTextExtension<ProofreadRequest>
    ProofreadExtension
    See Also