| Check | Value | Threshold | Result |
|---|---|---|---|
| {{ c.name }} | {{ c.value }} | {{ c.threshold if c.threshold is not none else '' }} | {% if c.passed %}PASS{% else %}FAIL{% endif %} |
| ID | Question | {% for m in quality_metrics %}{{ m[:4] }} | {% endfor %}ms | $ | |
|---|---|---|---|---|---|
| {{ q.id }} | {{ q.question }} | {% for m in quality_metrics %} {% if m in q.metrics %} {% set v = q.metrics[m].value %}{{ '%.2f'|format(v) }} | {% else %}— | {% endif %} {% endfor %}{{ '%.0f'|format(q.latency_ms) }} | {{ '%.4f'|format(q.cost_usd) }} |