openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

Realtime `TurnDetection` model is missing `create_response` field

Open fedirz opened this issue 10 months ago • 0 comments

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

fedirz avatar Feb 15 '25 16:02 fedirz