{% from "partials/guidance_block.html" import render_guidance_block %} {% if cxp_guidance %} {# ===== Run results playbook mode ===== #}
{{ item }}
{% endfor %} {% set effective_prompt = block.metadata.override if block.metadata.override else block.metadata.default %}{{ effective_prompt }}
| Technique | Assistant | Format | Result | Created |
|---|---|---|---|---|
| {{ r.technique_id }} | {{ r.assistant }} | {{ r.format_id or '-' }} | {% if r.validation_result == 'hit' %} hit {% elif r.validation_result == 'partial' %} partial {% elif r.validation_result == 'miss' %} miss {% else %} {{ r.validation_result }} {% endif %} | {{ r.created_at }} |
No CXP test results. Run qai cxp generate to create poisoned repos.
No deployment guidance available (generated before this version).
{% else %} {# ===== Loading state ===== #}Click Load to view CXP test results and stats.
{% endif %}