-
Notifications
You must be signed in to change notification settings - Fork 509
OpenAI Agents voice support #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… encode in tests to handle MagicMock objects.
…te parsing to common module.
…tags. Tests for helpers and common insrumentation attributes.
…pping functionality from instrumentation.common. Include prompts in OpenAI Responses attributes.
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
dot-agi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments for improving code quality.
I was not able to test this PR with the voice_transcription.py file due to receiving the ApiServerException exception.
Is there a way to test this in realtime? I have two more notebooks to test from the OpenAI Cookbook website.
You need to run the backend API from #817.
|
dot-agi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
challenged
Example agent script at:
examples/agents-example/voice_transcription.py