src/tableOutput.html
Promptfoo
Total Results
{{ report.totalResults }}
Pass Rate
{{ report.passRateDisplay | escape }}
Passed
{{ report.successes }}
Failed
{{ report.failures }}
Errors
{{ report.errors }}
Prompts
{{ report.promptCount }}
Search
StatusAll resultsFully passing rowsRows with failuresRows with errors
{{ report.totalRows }} of {{ report.totalRows }} rows shown
Promptfoo evaluation results table | {% for header in table[0] %} {{ header | escape }} | {% endfor %} | --- | {% for row in table.slice(1) %} | {% for cell in row %} {% if cell.kind == 'output' %}
{{ cell.statusLabel | escape }}Score {{ cell.score | escape }} {% for namedScore in cell.namedScores %} {{ namedScore.name | escape }} {{ namedScore.value | escape }} {% endfor %}
Output {{ cell.text | escape }}
{% if cell.reason %} Reason
{{ cell.reason | escape }}
{% endif %} View detail
| {% else %}
{{ cell.text | escape }}
| {% endif %} {% endfor %}
{% endfor %}
No rows match the current search and status filters.