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: #2940 emit RealtimeHistoryUpdated on transcript_delta
When RealtimeSession received a RealtimeModelTranscriptDeltaEvent, it
accumulated transcript text into self._history but only forwarded the
raw model event. Subscribers that follow the documented history_added /
history_updated pattern never observed the live transcript update.
Emit RealtimeHistoryUpdated after the history mutation, matching the
input_audio_transcription_completed branch, and update the session test
that asserted transcript_delta was an ignored event.
0 commit comments