{% extends "base.html" %} {% block title %}AI Traces{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Verdict | {% if type_filter == "llm_call" %}Prompt{% else %}Activity{% endif %} | Model | Provider | Latency | Risk | When |
|---|---|---|---|---|---|---|
| {{ row.verdict_label }} |
{{ row.trace_short }} · {{ row.surface_label }}
{% if row.preview %}
{{ row.preview }}
{% endif %}
{% if row.verdict == "blocked" and row.reason %}
Reason: {{ row.reason }}
{% endif %}
|
{{ row.model_or_tool }} | {{ row.provider }} | {{ row.latency }} |
{{ row.risk_display }}
|
{{ row.when }} |
{% if verdict_filter == "blocked" %} No blocked prompts in this window. {% elif verdict_filter == "accepted" %} No accepted prompts in this window. {% elif type_filter %} No {{ active_label|lower }} traces yet. {% else %} No traces yet. Gateway traffic will show up here. {% endif %}
{% endif %}