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:
parent
5002156e32
commit
0fdc04532a
3 changed files with 7 additions and 2 deletions
|
@ -267,7 +267,7 @@ impl DetailedSummaryState {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Debug)]
|
||||
pub struct TotalTokenUsage {
|
||||
pub total: usize,
|
||||
pub max: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue