-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsfeature:voice
Description
Bug description
when running example examples/voice/streamed
, the transcription is never processed, because it expects an event type input_audio_transcription_completed
. After update of the API, the correct event to listen for is conversation.item.input_audio_transcription.completed
Debug information
- Agents SDK version: (e.g.
v0.2.11
) - Python version (e.g. Python 3.12.2)
Repro steps
running
python -m examples.voice.streamed.main
no output will be generated. After the suggested fix, example runs normally.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsfeature:voice