Skip to content

add UUID header#107

Merged
openminddev merged 3 commits intomainfrom
Add-UUID-in-audio-status-header
Mar 10, 2026
Merged

add UUID header#107
openminddev merged 3 commits intomainfrom
Add-UUID-in-audio-status-header

Conversation

@YuchengZhou821
Copy link
Contributor

This pull request introduces improvements to how audio status updates are handled in the live stream audio output, specifically by associating each status update with a unique request_id (frame ID). This allows for more precise tracking of individual audio requests throughout their lifecycle. The changes ensure that the request_id is propagated and included in status updates, which can be useful for debugging, analytics, or correlating requests and responses.

Enhancements to audio status tracking:

  • The pending_message dictionary now includes the request_id (frame ID) when a new audio request is added, enabling downstream tracking.
  • The _update_audio_status method is updated to accept a frame_id parameter, ensuring that status updates are associated with the correct request.
  • All calls to _update_audio_status within _process_audio now pass along the relevant request_id, so that status transitions (ACTIVE, READY) are tied to the specific request being processed. [1] [2]

@openminddev openminddev merged commit 56fbb4f into main Mar 10, 2026
7 checks passed
@openminddev openminddev deleted the Add-UUID-in-audio-status-header branch March 10, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants