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
fix(voice): read rootSpanContext live in AudioRecognition
AudioRecognition was snapshotting rootSpanContext at construction time,
so any mutation of session.rootSpanContext after _startSession (e.g. in
an Agent.onEnter hook) was invisible to user_turn spans. Store a live
reference to the AgentSession instead, and read rootSpanContext fresh
on each span creation.
Fixes#924
0 commit comments