We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65a79c commit 0e6aca6Copy full SHA for 0e6aca6
1 file changed
src/askui/reporting.py
@@ -826,7 +826,7 @@ def generate(self) -> None:
826
{% endif %}
827
{% if usage_summary.get('total_cost') is not none %}
828
<tr>
829
- <th>Estimated Cost</th>
+ <th>Estimated Cost <span style="font-weight:normal;color:var(--text-muted);">(actual cost may differ)</span></th>
830
<td>
831
{{ "%.2f"|format(usage_summary.get('total_cost')) }} {{ usage_summary.get('currency', 'USD') }}
832
<span style="color: var(--text-muted); margin-left: 8px; font-size: 0.85em;">
0 commit comments