{
  "name": "chat-streaming-surface",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/app/chat-streaming-surface/chat-streaming-surface.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui\n  raw>\n  <section>\n    <chat-thread-ui streaming>\n      <div role=\"user\">What's the status?</div>\n      <div role=\"assistant\">Processing your request...</div>\n    </chat-thread-ui>\n  </section>\n  <footer>\n    <chat-input-ui placeholder=\"Ask follow-up...\"></chat-input-ui>\n  </footer>\n</card-ui>",
  "source": "catalog/ui-patterns/app/chat-streaming-surface/chat-streaming-surface.contents.html",
  "metadata": {
    "domain": "agent",
    "description": "Chat conversation surface with user + assistant message bubbles + typing indicator + input row.",
    "keywords": [
      "chat",
      "streaming",
      "messages",
      "bubbles",
      "conversation",
      "assistant",
      "user",
      "typing",
      "indicator",
      "input"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "textContent": "What's the status?"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "textContent": "Processing your request..."
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "chat-input",
      "component": "ChatInput",
      "placeholder": "Ask follow-up..."
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "chat-input"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "section",
        "footer"
      ]
    }
  ]
}
