<%= review.user_message %>
<%= review.assistant_answer %>
<%= review.optional_correction %>
<%= review.review_notes %>
%- include("../../../src/web/views/partials/layout-top", { title }) %> <% const statusLabel = (status) => ({ pending: "New", flagged: "Needs attention", verified: "Reviewed by moderator", approved: "Ready to apply", implemented: "Applied", rejected: "Dismissed", reviewed: "No change needed", archived: "Archived" }[status] || status); %>
The usual path takes one decision and no manual activation step.
Finished feedback is hidden from this queue and remains available in history.
<%= review.user_message %>
<%= review.assistant_answer %>
<%= review.optional_correction %>
<%= review.review_notes %>
New AI feedback will appear here automatically.
Choose whether selected moderators may help triage feedback.
Normal “Apply improvement” actions are saved immediately. Use this table for manual maintenance.
| Type | Prompt / answer | Audience | State | Actions |
|---|---|---|---|---|
| <%= entry.target.replaceAll("_", " ") %> | <%= entry.prompt.slice(0, 100) %><%= entry.corrected_answer %> | <%= entry.min_role %> · <%= entry.permission_scope.origin %>/<%= entry.permission_scope.platform %> | <%= entry.active ? "active" : entry.enabled ? "staged" : "disabled" %> | <% if (entry.linked_okf_path) { %>Open knowledge<% } %> |
| No corrections have been created. | ||||
Optional technical tests for checking the current AI configuration.
| Prompt | Role / origin | Expected | Must avoid | Actions |
|---|---|---|---|---|
| <%= entry.prompt %> | <%= entry.role %> / <%= entry.origin %> | <%= entry.expected_behavior || "-" %> | <%= entry.forbidden_behavior || "-" %> | |
| No evaluation cases. | ||||
| Time | Case | Result | Notes |
|---|---|---|---|
| <%= formatDate(result.run_at) %> | <%= result.case_id %> | <%= result.status %> | <%= result.notes || "-" %> |
| No test results. | |||
Manual exports include only approved examples. Lumi does not start training.