{% extends "base.html" %} {% block title %}thirdeye — evals for {{ sid[:8] }}{% endblock %} {% block content %}

Evals for {{ sid[:8] }} ({{ platform }})

{% if results %} {% for r in results %} {% include "evals/_result_row.html" %} {% endfor %}
definition agent verdict started eval id
{% else %}

No eval results for this session.

{% endif %}
{% endblock %}