Closed as not planned
Description
Please read this first
- Have you read the docs?Agents SDK docs
- Have you searched for related issues? Others may have had similar requesrs
Question
Describe your question. Provide details if available.
In the traces dashboard, the post request to audio models is made after the whole post request is received, but why is this so?
Checked the code and it is streaming the audio back for the voice pipeline, and it is partially sending that to the audio model ( event triggered through ResponseCreatedEvent ), so why does the post request to audio models are made after the whole text has been received?