openai-python
openai-python copied to clipboard
Realtime `TurnDetection` model is missing `create_response` field
Confirm this is an issue with the Python library and not an underlying OpenAI API
- [x] This is an issue with the Python library
Describe the bug
TurnDetection model defined in src/openai/types/beta/realtime/session.py and src/openai/types/beta/realtime/session_create_response.py is missing a create_response field
To Reproduce
rg -A 40 'class .*TurnDetection'
Code snippets
OS
Linux
Python version
Python 3.12.8
Library version
openai v1.63.0