mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix UsageDelta
This commit is contained in:
parent
1eb4e00a20
commit
d2cd3e9b0a
1 changed files with 2 additions and 0 deletions
|
|
@ -475,6 +475,8 @@ class MessageDelta(TypedDict, total=False):
|
|||
class UsageDelta(TypedDict, total=False):
|
||||
input_tokens: int
|
||||
output_tokens: int
|
||||
cache_creation_input_tokens: int
|
||||
cache_read_input_tokens: int
|
||||
|
||||
|
||||
class MessageBlockDelta(TypedDict):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue