Triage Queue

Remaining items ranked by their triage priority — the quality signal (agent error, negative feedback, low score, or a custom field) assigned at load/ingestion time. With assignment_strategy: priority annotators are served the highest-priority items first. Ordering: {{ report.order }}.

{% if not report.enabled %}

Triage is not enabled. Add a triage: block to the config (and optionally assignment_strategy: priority) to rank the queue.

{% endif %}
Items remaining {{ report.n_items }}
Flagged {{ report.n_flagged }}
{% if report['items'] %}
{% for it in report['items'] %} {% endfor %}
Items ranked by triage priority, highest first.
# Instance Priority Reason Annotations Assigned
{{ loop.index }} {{ it.id }} {{ '%g'|format(it.priority) }} {% if it.reason %}{{ it.reason }} {% else %}{% endif %} {{ it.annotations }} {% if it.assigned %}yes{% else %}no{% endif %}
{% else %}

No items in the queue.

{% endif %}