{% 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

{% endif %}

Findings ({{ result.findings | length }})

{% if result.findings %} {% else %}

No findings.

{% endif %}
{% if result.markdown %}

Notes

{{ result.markdown }}
{% endif %}
{% endblock %}