{% extends 'eval/base.html' %}
{% load static %}
{% block title %}Run Detail | Eval Admin{% endblock %}
{% block action_bar %}
User Query
{{ user_input|default:"—" }}
LLM Response
{{ final_response|default:"—" }}
{{ s.explanation }}
No criteria scores available.
{% endif %}{{ trace_context.total_spans }} observations · total {{ trace_context.max_latency }}
{% if trace_context.tree %}Latency
Cost
in: out:
Tokens
in: out:
Model Params
:
Tool Calls
Output
Structural observation — no output data.
No observations recorded.
{% endif %}Cost: {{ run_breakdown.cost }} · Tokens: {{ run_breakdown.total_tokens }} · Latency: {{ run_breakdown.latency }}
Cost
Tokens
Latency
{% if threshold_summary.all_met %}All metrics within threshold ✓{% else %}{{ threshold_summary.not_met }} metric{{ threshold_summary.not_met|pluralize }} exceeding threshold ✗{% endif %}
{{ threshold_summary.met }}/{{ threshold_summary.total }} passing