Skip to main content
All docs
V26.1
  • ExplainExtension 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 transforms text into more understandable terms that make complex content more accessible and understandable.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

    public class ExplainExtension :
        ChangeTextExtension<ExplainRequest>

    Remarks

    Read the following help topics for additional information:

    Implements

    Inheritance

    Object
    DevExpress.AIIntegration.Extensions.AIExtensionBase<ExplainRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChatAIExtensionBase<ExplainRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChangeTextExtensionBase<ExplainRequest, TextResponse>
    DevExpress.AIIntegration.Extensions.ChangeTextExtension<ExplainRequest>
    ExplainExtension
    See Also