{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 3,
  "name": "echoai/chat",
  "title": "EchoAI Chat",
  "category": "widgets",
  "keywords": ["ai", "chat", "echoai", "echo", "chatbot", "bot", "assistant"],
  "attributes": {
    "height": {
      "type": "number",
      "default": 450
    },
    "backgroundColor": {
      "type": "string",
      "default": "#fafafa"
    },
    "assistantId": {
      "type": "string",
      "default": ""
    }
  },
  "example": {
    "attributes": {
      "height": 450
    }
  },
  "editorScript": "file:./index.js"
}
