-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Documentation Location
Current Content
When running some tests with Claude Sonnet V4, I get the following event in the AsyncGenerator for events:
{'event_loop_throttled_delay': 4, 'event_loop_metrics': EventLoopMetrics(cycle_count=1, tool_metrics={}, cycle_durations=[], traces=[<strands.telemetry.metrics.Trace object at 0x1101a3830>], accumulated_usage={'inputTokens': 0, 'outputTokens': 0, 'totalTokens': 0}, accumulated_metrics={'latencyMs': 0}), 'agent': <strands.agent.agent.Agent object at 0x1101521e0>, 'event_loop_parent_span': None, 'event_loop_cycle_id': UUID('c1c8d6b2-73c5-4c43-b097-6c7b169b9c64'), 'request_state': {}, 'event_loop_cycle_trace': <strands.telemetry.metrics.Trace object at 0x1101a3830>, 'event_loop_cycle_span': None}
This doesn't match any of documented types in the page mentioned above
Correction Needed
The documentation has to be updated to reflect this additional type of events.
Supporting Evidence
The published documentation doesn't mention throttling events:
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation