{% extends "base.html" %} {% block title %}SpecterQA — {{ run_id }}{% endblock %} {% block content %}
{{ step.description | default("No description") }}
{% if step.error %}{{ step.notes }}
{% endif %}No step data available.
{% endif %}{{ finding.description | default("No description") }}
{% if finding.evidence %}Evidence: {{ finding.evidence }}
{% endif %}| Model | Calls | Cost |
|---|---|---|
| {{ model }} | {{ count }} | {{ cost_by_model.get(model, 0) | format_cost }} |