Fix token count not appearing for the first message (#30035)

Release Notes:

- N/A

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
This commit is contained in:
Mikayla Maki 2025-05-06 11:57:22 -07:00 committed by GitHub
parent 5002156e32
commit 0fdc04532a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View file

@ -267,7 +267,7 @@ impl DetailedSummaryState {
}
}
#[derive(Default)]
#[derive(Default, Debug)]
pub struct TotalTokenUsage {
pub total: usize,
pub max: usize,