Skip to content

Commit 0e6aca6

Browse files
feat: add hint to estimated cost in html report that actual cost might differ
1 parent f65a79c commit 0e6aca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/askui/reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def generate(self) -> None:
826826
{% endif %}
827827
{% if usage_summary.get('total_cost') is not none %}
828828
<tr>
829-
<th>Estimated Cost</th>
829+
<th>Estimated Cost <span style="font-weight:normal;color:var(--text-muted);">(actual cost may differ)</span></th>
830830
<td>
831831
{{ "%.2f"|format(usage_summary.get('total_cost')) }} {{ usage_summary.get('currency', 'USD') }}
832832
<span style="color: var(--text-muted); margin-left: 8px; font-size: 0.85em;">

0 commit comments

Comments
 (0)