Promptfoo

{{ config.description | default('Evaluation Results') | escape }}

  • Exported {{ metadata.exportedAt | default('unknown') | escape }}
  • {% if metadata.evaluationCreatedAt %}
  • Evaluated {{ metadata.evaluationCreatedAt | escape }}
  • {% endif %} {% if metadata.author %}
  • Author {{ metadata.author | escape }}
  • {% endif %}

Total Results

{{ report.totalResults }}

Pass Rate

{{ report.passRateDisplay | escape }}

Passed

{{ report.successes }}

Failed

{{ report.failures }}

Errors

{{ report.errors }}

Prompts

{{ report.promptCount }}

Evaluation results

{{ report.totalRows }} of {{ report.totalRows }} rows shown
{% for header in table[0] %} {% endfor %} {% for row in table.slice(1) %} {% for cell in row %} {% if cell.kind == 'output' %} {% else %} {% endif %} {% endfor %} {% endfor %}
Promptfoo evaluation results table
{{ header | escape }}
{{ cell.statusLabel | escape }} Score {{ cell.score | escape }} {% for namedScore in cell.namedScores %} {{ namedScore.name | escape }} {{ namedScore.value | escape }} {% endfor %}
{{ cell.text | escape }}
{% if cell.reason %}

{{ cell.reason | escape }}

{% endif %}
{{ cell.text | escape }}

No rows match the current search and status filters.

{% for row in table.slice(1) %} {% for cell in row %} {% if cell.kind == 'output' %} {% endif %} {% endfor %} {% endfor %}