{
	"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": "theme/icons/magic-wand.svg"
				},
				{
					"type": "Button",
					"name": "aiAssistant",
					"iconPath": "ckeditor5-collaboration/theme/icons/robot-pencil.svg"
				}
			]
		}
	]
}
