ChangeToneExtension 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.
An AI-powered extension that adjusts the tone of the text.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v26.1.dll
Declaration
Remarks
Read the following help topics for additional information:
Implements
Inheritance
Object
DevExpress.AIIntegration.Extensions.AIExtensionBase<ChangeToneRequest, TextResponse>
DevExpress.AIIntegration.Extensions.ChatAIExtensionBase<ChangeToneRequest, TextResponse>
DevExpress.AIIntegration.Extensions.ChangeTextExtensionBase<ChangeToneRequest, TextResponse>
DevExpress.AIIntegration.Extensions.ChangeTextExtension<ChangeToneRequest>
ChangeToneExtension
See Also