{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block preheader %}Your evaluation "{{ evaluation_name }}" has been disabled{% endblock %} {% block heading %}Your evaluation has been disabled{% endblock %} {% block section %}

Your evaluation {{ evaluation_name }} has been automatically disabled:

{{ disabled_reason }}

To resume the evaluation, open it in AI observability and update its configuration (for example, choose a supported model or add a provider API key in settings). Once fixed, re-enable the evaluation to start it again.

View evaluation

If the button above doesn't work, paste this link into your browser:
{% absolute_uri evaluation_url %}

{% endblock %} {% block footer %} Need help? Visit support or read our documentation. {% endblock %}