{# Plan 43 Phase 4 — conversation drill-down drawer. Opens from the Users pane "History" button. Loads paired user/assistant turns from /api/admin/bots/conversation. Bot.js handles the convoDrawer.{open,user,turns} state. Chrome (teleport + backdrop + right panel) comes from the shared `drawer()` macro — see admin/components/ui.html. #} {% from 'admin/components/ui.html' import drawer %} {% call drawer('convoDrawer.open', 'closeConversation()') %}

Conversation history

· ·

{% endcall %}