{% extends "base.html" %} {% block title %}thirdeye — run {{ result.id[:8] }}{% endblock %} {% block content %} Run {{ result.id[:12] }} {{ result.verdict }} session {{ sid[:8] }} ({{ platform }}) definition {{ result.definition }} agent {{ result.agent }}{% if result.agent_model %} ({{ result.agent_model }}){% endif %} started {{ result.started_at }} ended {{ result.ended_at }} duration {{ result.duration_ms }}ms {% if result.summary %} Summary {{ result.summary }} {% endif %} {% if result.scores %} Scores {% for k, v in result.scores.items() %} {{ k }}: {{ v }} {% endfor %} {% endif %} Findings ({{ result.findings | length }}) {% if result.findings %} {% for f in result.findings %} {{ f.severity }} {% if f.category %}{{ f.category }}{% endif %} — {{ f.note }} {% if f.seq is not none %}@seq {{ f.seq }}{% endif %} {% endfor %} {% else %} No findings. {% endif %} {% if result.markdown %} Notes {{ result.markdown }} {% endif %} {% endblock %}
{{ result.id[:12] }}
{{ result.summary }}
No findings.
{{ result.markdown }}