{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "smartcloud-ai-kit/doc-search",
  "version": "1.3.14",
  "title": "AI-Kit Doc Search (PRO)",
  "category": "smartcloud-ai-kit",
  "description": "AI-Kit Doc Search - knowledge base search summary with sources",
  "attributes": {
    "variation": {
      "type": "string",
      "default": "default"
    },
    "autoRun": {
      "type": "boolean",
      "default": true
    },
    "enableUserFilters": {
      "type": "boolean",
      "default": false
    },
    "title": {
      "type": "string"
    },
    "inputSelector": {
      "type": "string"
    },
    "showOpenButton": {
      "type": "boolean",
      "default": false
    },
    "openButtonTitle": {
      "type": "string"
    },
    "showOpenButtonTitle": {
      "type": "boolean",
      "default": true
    },
    "openButtonIcon": {
      "type": "string"
    },
    "showOpenButtonIcon": {
      "type": "boolean",
      "default": true
    },
    "searchButtonIcon": {
      "type": "string"
    },
    "showSearchButtonTitle": {
      "type": "boolean",
      "default": true
    },
    "showSearchButtonIcon": {
      "type": "boolean",
      "default": true
    },
    "language": {
      "type": "string",
      "default": "system"
    },
    "direction": {
      "type": "string",
      "default": "auto"
    },
    "colorMode": {
      "type": "string",
      "default": "light"
    },
    "primaryColor": {
      "type": "string"
    },
    "themeOverrides": {
      "type": "string"
    },
    "topK": {
      "type": "number",
      "default": 10
    },
    "snippetMaxChars": {
      "type": "number",
      "default": 160
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": "smartcloud-ai-kit-blocks-editor-script",
  "viewScript": "smartcloud-ai-kit-view-script",
  "render": "file:./render.php"
}