Skip to content

Commit 620bbb2

Browse files
author
Simon FREYBURGER
committed
fix: remove dead cache_read/cache_creation fields per review
1 parent 003331c commit 620bbb2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

checkpoint/store.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ def make_snapshot(
183183
token_snapshot={
184184
"input": getattr(state, "total_input_tokens", 0),
185185
"output": getattr(state, "total_output_tokens", 0),
186-
"cache_read": getattr(state, "total_cache_read_tokens", 0),
187-
"cache_creation": getattr(state, "total_cache_creation_tokens", 0),
188186
},
189187
file_backups=new_backups,
190188
)

0 commit comments

Comments
 (0)