Hi!
I'm using the AI features for my RichTextEdit (managed by the behaviourManager).
Also, I am using some Localization-assemblies (DevExpress Localization Service) to translate the context menu.
I want to manipulate the prompts which are getting sent by the AI-features. I already tried to do that by implementing a custom AIIntegrationLocalizer and assigning it to the AIIntegrationLocalizer.Active. But when I do that, my Localization-assemblies are not getting applied anymore.
Also, I don't want to edit the prompt with the DevExpress Localization Service, because I want to do that dynamically (for example enrich the prompt with other contents out of my application)
Is there any other way to manipulte the prompts?
Thanks in advance!