{
  "name": "HumanTakeoverActionConfig",
  "package": "@magicblocksai/ui",
  "file": "packages/ui/src/components/HumanTakeoverActionConfig.tsx",
  "chapterTag": "18 Agent Builder",
  "chapter": "18-agent-builder.html",
  "sectionId": "actions",
  "elName": "Switch Journey &amp; Human Takeover &mdash; <em style=\"font-family:var(--f-serif); font-weight:400;\">conditional panels</em>",
  "demoUrl": "https://brand.magicblocks.ai/components/18-agent-builder#actions",
  "hasLiveDemo": false,
  "description": "Custom config panel for **Human Takeover** — pause the AI and route the\nconversation to a human. A follow-up `<Select>` (None / Slack); choosing\nSlack reveals the connection `<Select>` (`context.slackConnections`) + a\nChannel ID `<Input>`. A Staff Availability `<Select>`\n(`context.availabilityProfiles`, default \"Always\") gates two\n`<MessageField>`s: the in-chat transfer message and the out-of-hours message.",
  "useClient": true,
  "interactivity": "interactive",
  "namedExports": [
    {
      "name": "HumanTakeoverActionConfig",
      "isPrincipal": true,
      "isType": false
    }
  ],
  "importStatement": "import { HumanTakeoverActionConfig } from \"@magicblocksai/ui\";",
  "props": [],
  "classesUsed": [
    "action-config-section",
    "action-config-stack",
    "field-label",
    "field-row"
  ],
  "examples": {
    "react": null,
    "html": null,
    "css": ".action-config-section { display: flex; flex-direction: column; gap: var(--s-3); padding: var(--s-3); border: 1px solid var(--hair); border-radius: var(--r-sm); background: var(--bg-warm); }\n\n.action-config-stack { display: flex; flex-direction: column; gap: var(--s-4); }\n\n.field-label { font: 600 12.5px/1.3 var(--f-body); color: var(--fg); }\n\n.field-row { display: flex; flex-direction: column; gap: 6px; }"
  }
}
