{
  "name": "chat-message-assistant-byline",
  "kind": "block",
  "primary": "row-ui",
  "page": "/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "align": "center"
  },
  "html": "<row-ui\n      gap=\"2\"\n      align=\"center\">\n      <icon-ui name=\"sparkle\" color=\"accent\"></icon-ui>\n      <text-ui strong>Assistant</text-ui>\n      <text-ui color=\"subtle\">·</text-ui>\n      <text-ui color=\"subtle\">now</text-ui>\n    </row-ui>",
  "source": "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
  "metadata": {
    "domain": "agent",
    "description": "Chat message assistant byline — the identity row for an AI turn: an accent sparkle icon, the word Assistant in bold, a dot separator, and a muted timestamp. The header strip that marks a response as coming from the assistant rather than a person.",
    "keywords": [
      "chat",
      "message",
      "assistant",
      "byline",
      "header",
      "sparkle",
      "icon",
      "ai",
      "agent",
      "name",
      "timestamp",
      "bot",
      "response",
      "turn",
      "conversation",
      "identity",
      "row",
      "assistant",
      "label",
      "now",
      "relative",
      "time",
      "who",
      "answered",
      "model",
      "reply",
      "header"
    ]
  },
  "captured_at": "2026-06-10T16:56:21.616Z",
  "template": [
    {
      "id": "sparkle",
      "component": "Icon",
      "name": "sparkle"
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Assistant"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "·"
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "textContent": "now"
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "sparkle",
        "text",
        "text-2",
        "text-3"
      ]
    }
  ]
}
