In #609, we introduced a pop-up for pre post classification purposes, showcasing terms generated by the AI alongside existing ones. To distinguish AI-generated terms, an "[AI]" prefix was added, as illustrated in the screenshot below:

Internally, there's a discussion about removing the "[AI]" prefix and replacing it with the default AI icon used elsewhere, such as in the "Classifai" panel within the post sidebar. The FormTokenField component is used to display terms, seems like it doesn't provide support to add icons to specific terms. To address this, customization or overwriting of the component may be required but better suggestions are welcome.

In #609, we introduced a pop-up for pre post classification purposes, showcasing terms generated by the AI alongside existing ones. To distinguish AI-generated terms, an "[AI]" prefix was added, as illustrated in the screenshot below:
Internally, there's a discussion about removing the "[AI]" prefix and replacing it with the default AI icon used elsewhere, such as in the "Classifai" panel within the post sidebar. The
FormTokenFieldcomponent is used to display terms, seems like it doesn't provide support to add icons to specific terms. To address this, customization or overwriting of the component may be required but better suggestions are welcome.