{# Collapsible "Ask about this run" panel for run results pages. Required context: assist_configured, assist_prompts, findings, run_id #} {% if assist_configured %}
Ask about this run
{% for prompt in assist_prompts %} {% endfor %}
{% else %}

Configure the assistant to ask questions about this run.

{% endif %}