{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/ai-assistant", "title": "AI Assistant (Experimental)", "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. Your feedback is valuable in our commitment to refine and improve this feature.", "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": [] }, "useGutenbergSyntax": { "type": "boolean", "default": false }, "useGpt4": { "type": "boolean", "default": false }, "customSystemPrompt": { "type": "string", "default": "" } }, "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" }