{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/ai-chat", "title": "AI Chat (Beta)", "description": "Provides summarized chat across a site’s content, powered by AI magic.", "keywords": [ "AI", "GPT", "Chat", "Search" ], "version": "12.5.0", "textdomain": "jetpack", "category": "text", "icon": "", "supports": { "align": true, "alignWide": true, "customClassName": true, "className": true, "html": false, "multiple": false, "reusable": false }, "attributes": { "askButtonLabel": { "type": "string", "default": "Ask" }, "placeholder": { "type": "string", "default": "Ask a question about this site" } }, "editorScript": "file:../editor-beta.js", "editorStyle": "file:../editor-beta.css", "viewScript": "file:./view.js", "style": "file:./view.css" }