{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/ai-chat", "title": "Jetpack AI Search", "description": "Provide a summarized answer to questions, trained on the sites content. Powered by AI.", "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" }, "placeholder": { "type": "string" }, "showCopy": { "type": "boolean", "default": true }, "showFeedback": { "type": "boolean", "default": true }, "showSources": { "type": "boolean", "default": true } }, "editorScript": "jetpack-blocks-editor" }