Skip to content

Commit 3771ebd

Browse files
committed
remove duplicate comment
1 parent 9ff32d5 commit 3771ebd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/strands/telemetry/metrics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ class EventLoopMetrics:
206206
def latest_context_tokens(self) -> int:
207207
"""Most recent context size from the last LLM call.
208208
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.
209+
This represents the current context size as reported by the model.
211210
212211
Returns:
213212
The input token count from the most recent cycle, or 0 if no cycles exist.

0 commit comments

Comments
 (0)