We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8e3b0 commit 664fe71Copy full SHA for 664fe71
1 file changed
src/askui/reporting.py
@@ -1009,6 +1009,7 @@ def generate(self) -> None:
1009
Conversation #{{ conversation_usage.conversation_index }}
1010
</span>
1011
<span class="usage-breakdown-meta">
1012
+ {{ conversation_usage.step_summaries | length }} step(s),
1013
Input {{ "{:,}".format(conversation_usage.input_tokens or 0) }},
1014
Output {{ "{:,}".format(conversation_usage.output_tokens or 0) }},
1015
Cache Create {{ "{:,}".format(conversation_usage.cache_creation_input_tokens or 0) }},
0 commit comments