feat: format total_cost as $x.xx in table display

This commit is contained in:
Paul Gauthier (aider) 2025-01-23 15:28:33 -08:00
parent ca8274dbe8
commit ad23c0e03e

View file

@ -39,7 +39,7 @@ nav_exclude: true
<td style="padding: 8px; text-align: center;">{{ row.percent_cases_well_formed }}%</td>
<td style="padding: 8px;"><code>{{ row.command }}</code></td>
<td style="padding: 8px; text-align: center;">{{ row.edit_format }}</td>
<td style="padding: 8px; text-align: center;">{{ row.total_cost }}</td>
<td style="padding: 8px; text-align: center;">${{ "%.2f" | format: row.total_cost }}</td>
</tr>
{% endfor %}
</tbody>