{% extends 'admin/base.html.twig' %} {% block title %}RetrieX Eval Suite{% endblock %} {% block body %}
Die Admin-Runs schreiben typspezifische Reports nach
tests/evals/reports/<type>-last-run.json
und zusätzlich den bekannten last-run.json.
php bin/console mto:agent:eval:run {{ type }}
| Status | Case | Dauer | Failures / Details | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {% if result.passed|default(false) %} PASS {% else %} FAIL {% endif %} |
{{ result.case_id|default('') }}
{{ result.type|default('') }}
|
{{ result.duration_ms|default(0) }} ms |
{% if result.failures|default([]) is not empty %}
Keine Fehler.
{% endif %}
{% set documentRefs = result.details.document_refs|default([]) %}
{% if documentRefs is not empty %}
Gefundene Dokumente
Treffer / Chunks anzeigen
JSON-Details anzeigen{{ result.details|default({})|json_encode(constant('JSON_PRETTY_PRINT')) }}
|
||||||||||||||||
| Dieser Report enthält keine Resultate. | |||||||||||||||||||