Back to Promptfoo

{{ config.description

src/tableOutput.html

0.121.9170 B
Original Source

{% for header in table[0] %} {{ header | escape }} | {% endfor %} {% for row in table.slice(1) %} | {% for cell in row %} {{ cell | escape }} | {% endfor %} {% endfor %}