Review Dashboard

Human approval is the control point for regulated outputs. Load pending items with the review API key, edit the final response, and approve or reject with a preserved audit trail.

{% if authorized %} Pending reviews loaded with the current API key header. {% else %} Review data stays hidden until a valid API key is supplied. {% endif %}
{% if pending_reviews %} {% for item in pending_reviews %}
ID: {{ item.id }} System: {{ item.system_id or "n/a" }} User: {{ item.user_id }} Created: {{ item.timestamps.created_at }}
Query
{{ item.query }}
Generated Response
{{ item.response }}
Final Response
Reviewer Notes
{% endfor %} {% else %}
No pending reviews are currently displayed.
{% endif %}