{{ run.started_at_short }}
{{ run.agent_display }}
{{ run.user_input_short or run.headline or "" }}
{{ run.llm_calls }} turn{{ '' if run.llm_calls == 1 else 's' }}
{{ run.tokens_short }}
{{ run.score_label }}
{% if run.has_error %}
error
{% else %}
ok
{% endif %}