{% extends "base.html" %} {% block title %}understudy - Runs{% endblock %} {% block content %}
| Scene | Status | Terminal State | Turns | Tools | Tags | Timestamp |
|---|---|---|---|---|---|---|
| {{ run.scene_id }} | {% if run.passed %} PASS {% else %} FAIL {% endif %} | {{ run.terminal_state or "none" }} | {{ run.turn_count }} | {{ run.tools_called|length }} | {% for key, value in run.tags.items() %} {{ key }}={{ value }} {% endfor %} | {{ run.timestamp }} |
| No runs found. | ||||||
| Tool | Calls |
|---|---|
{{ tool }} |
{{ count }} |
| State | Count |
|---|---|
| {{ state }} | {{ count }} |