Reply #{{ event.event_id }}
Back to event log
Assistant message
{{ reply_text }}
Event
{% for key, value in event.items() if key != 'content' %}
{{ key }}
{{ value if value is not none else '—' }}
{% endfor %}
{% for name, rows in sections %}
{{ name | replace('_', ' ') | title }}
{% for path, value in rows %}
{{ path }}
{{ value }}
{% endfor %}
{% endfor %}