File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
google/genai/_interactions/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class Usage(BaseModel):
9393 total_output_tokens : Optional [int ] = None
9494 """Total number of tokens across all the generated responses."""
9595
96- total_reasoning_tokens : Optional [int ] = None
96+ total_thought_tokens : Optional [int ] = None
9797 """Number of tokens of thoughts for thinking models."""
9898
9999 total_tokens : Optional [int ] = None
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class UsageParam(TypedDict, total=False):
9393 total_output_tokens : int
9494 """Total number of tokens across all the generated responses."""
9595
96- total_reasoning_tokens : int
96+ total_thought_tokens : int
9797 """Number of tokens of thoughts for thinking models."""
9898
9999 total_tokens : int
You can’t perform that action at this time.
0 commit comments