{% extends "base.html" %} {% block title %}Turn Detail — {{ session.title }}{% endblock %} {% block breadcrumb %} / All Days / {{ session.date }} / {{ session.title }} / Turn Detail {% endblock %} {% block content %} ← Back to {{ session.title }} {# ── Turn Info ── #}
{{ tc.input | tojson(indent=2) }}
{% endif %}
{% if tc.result_content %}
{{ item.get("text","") }}
{% elif item.get("type") == "tool_reference" %}
{{ item | tojson(indent=2) }}
{% endif %}
{% endfor %}
{% endif %}