File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pydantic_ai_slim/pydantic_ai Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class RunUsage(UsageBase):
135
135
"""Number of successful tool calls executed during the run."""
136
136
137
137
input_tokens : int = 0
138
- """Total number of text input/prompt tokens."""
138
+ """Total number of input/prompt tokens."""
139
139
140
140
cache_write_tokens : int = 0
141
141
"""Total number of tokens written to the cache."""
@@ -150,7 +150,7 @@ class RunUsage(UsageBase):
150
150
"""Total number of audio tokens read from the cache."""
151
151
152
152
output_tokens : int = 0
153
- """Total number of text output/completion tokens."""
153
+ """Total number of output/completion tokens."""
154
154
155
155
details : dict [str , int ] = dataclasses .field (default_factory = dict )
156
156
"""Any extra details returned by the model."""
You can’t perform that action at this time.
0 commit comments