{% comment %} Static metric card (trace run detail) — matches the regression dropdown card's visual style but without the dropdown chevron. Shows threshold status as "met threshold" or "threshold not met". Variables: metric_label: Display label (e.g. "Total Cost") metric_value: Formatted value (e.g. "$0.0142") threshold: Threshold status dict with .met (bool) and .bound (str), optional {% endcomment %}
{{ metric_label }}
{{ metric_value }}
{% include "eval/components/_threshold_badge.html" with threshold=threshold %}