USER
{% if turn.timestamp %}{{ turn.timestamp }}{% endif %}
{{ turn.html }}
ASSISTANT
{% if turn.model %}{{ turn.model }}{% endif %}
{% if turn.timestamp %}{{ turn.timestamp }}{% endif %}
{% for item in turn.blocks %}
{% if item.type == "text" %}
{{ item.html }}
{% elif item.type == "tool_pair" %}
▶ {{ item.tool_name }} {% if item.tool_args_short %}{{ item.tool_args_short }}{% endif %} {% if item.result_short and not item.tool_args_short %}→ {{ item.result_short }}{% endif %}
{% if item.tool_input_formatted %}
{% endif %}
{% if item.result_escaped %}
{% endif %}
Input
{{ item.tool_input_formatted }}
Output
{{ item.result_escaped }}
▶ thinking
{{ item.html }}