Skip to content

Commit 664fe71

Browse files
feat: adds number of steps to conversation breakdown in Html Report
1 parent 8f8e3b0 commit 664fe71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/askui/reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ def generate(self) -> None:
10091009
Conversation #{{ conversation_usage.conversation_index }}
10101010
</span>
10111011
<span class="usage-breakdown-meta">
1012+
{{ conversation_usage.step_summaries | length }} step(s),
10121013
Input {{ "{:,}".format(conversation_usage.input_tokens or 0) }},
10131014
Output {{ "{:,}".format(conversation_usage.output_tokens or 0) }},
10141015
Cache Create {{ "{:,}".format(conversation_usage.cache_creation_input_tokens or 0) }},

0 commit comments

Comments
 (0)