Documentation Summary

Copilot

Functionality

User Site

The Tone of Voice Assistant extension must be present and enabled in order for the Copilot to have an effect. The client JavaScript of the Tone of Voice extension is checking the text-fields on the user Form-Filling page.

If the Copilot is present as well, the JavaScript asks the OpenAI web service to check the text field which has just lost focus. If the check fails (because the text is violating the configured rules) the AI response is shown in a message box below the text-field:

User-Site - Message Box

Apart from the text-fields, the Form-Filling page can also contain image-fields. The user brings up the Select Image dialogue and selects an image:

Select Image

As the image is selected and the field value is changed, the image is sent to a web-service for checking. The response is shown in a message box below the image-field:

AI Image Check Response