UNPKG

@ckeditor/ckeditor5-ai

Version:

AI Assistant feature for CKEditor 5.

24 lines (23 loc) 646 B
{ "plugins": [ { "name": "AI Assistant", "className": "AIAssistant", "description": "Introduces AI tools for generating and improving content through the use of pre-defined commands or custom queries inserted by the user", "docs": "features/ai-assistant/ai-assistant-integration.html", "path": "src/aiassistant.js", "uiComponents": [ { "type": "SplitButton", "name": "aiCommands", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/magic-wand.svg" }, { "type": "Button", "name": "aiAssistant", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/robot-pencil.svg" } ] } ] }