We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff32d5 commit 3771ebdCopy full SHA for 3771ebd
src/strands/telemetry/metrics.py
@@ -206,8 +206,7 @@ class EventLoopMetrics:
206
def latest_context_tokens(self) -> int:
207
"""Most recent context size from the last LLM call.
208
209
- Returns the inputTokens from the most recent cycle of the most recent
210
- invocation. This represents the current context size as reported by the model.
+ This represents the current context size as reported by the model.
211
212
Returns:
213
The input token count from the most recent cycle, or 0 if no cycles exist.
0 commit comments