{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/ai-assistant", "title": "AI Assistant", "description": "Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.", "keywords": [ "AI", "GPT", "AL", "Magic", "help", "assistant" ], "version": "12.5.0", "textdomain": "jetpack", "category": "text", "icon": "", "supports": { "html": false, "multiple": true, "reusable": false }, "attributes": { "content": { "type": "string" }, "originalContent": { "type": "string" }, "promptType": { "type": "string" }, "originalMessages": { "type": "array", "default": [] }, "messages": { "type": "array", "default": [] }, "userPrompt": { "type": "string", "default": "" }, "requestingState": { "type": "string", "default": "init" }, "preTransformAction": { "type": "string", "default": null } }, "example": { "attributes": { "content": "With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements.\n\nTo start using the **Jetpack AI Assistant**, type `/AI` in the block editor." } }, "editorScript": "jetpack-blocks-editor" }