Kindly help me to solve this error:
ModuleNotFoundError: No module named 'openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event'
I have following Dependencies installed:
dependencies = [
"openai-agents==0.2.7",
]
Previously I also installed that latest version of openAI-agents but I faced the same issue that's why I thought to degrade the version but the error is still same.