You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tracer): simplify async step creation by consolidating functions
- Replaced `_create_step_for_async_generator` with a direct call to `_create_and_initialize_step` to streamline async step creation.
- Updated the parameters for step initialization to enhance clarity and maintainability.
- Improved overall code readability by reducing function complexity.
0 commit comments