fix(core): make default user span time explicit#5699
Conversation
tracer.start_span has a default value when start_time is None, so we need a default value for _user_turn_start as well to make sure they are consistent.
|
This is an automated Claude Code Routine created by @toubatbrian. Right now it is in experimentation stage. The automation reviewed this PR for an auto-port into Decision: skipping the port. The Python fix targets a consistency issue specific to the Python implementation: previously, calling The equivalent code in
So in agents-js the two-field inconsistency the Python PR fixes does not exist; mirroring the diff verbatim would be a no-op (an explicit — Automated routine Generated by Claude Code |
tracer.start_span has a default value when start_time is None, so we need a default value for _user_turn_start as well to make sure they are consistent.