Assistant

Configure the AI provider and model for the built-in assistant. The assistant helps interpret scan results and plan testing workflows.

{# ── Display mode (when configured) ── #} {% set assist_is_configured = assist_provider and assist_model %}
Provider: {{ assist_provider_label or assist_provider or '' }}
Model: {{ assist_model or '' }}
{% if assist_base_url %}
Base URL: {{ assist_base_url }}
{% endif %}
{# ── Edit mode (form) ── #}
{% set selector_id = "assist" %} {% set providers = assist_providers %} {% include "partials/model_selector.html" %}
{% if assist_is_configured %} {% endif %}