Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
Hello,
Thank you for fixing the regression issues introduced with 1.99.2 so quickly.
(follows #2529 and #2525)
I have noticed that the following import, that used to work pre-v1.99.2, is now broken:
from openai.types.chat.chat_completion_message_tool_call import Function
This, however, fixes it:
from openai.types.chat.chat_completion_message_function_tool_call import Function
I just wanted to double-check whether this is also an un-intended regression, or if the latter version of the import is the preferred one from now on.
Thanks!
To Reproduce
from openai.types.chat.chat_completion_message_tool_call import Function
Code snippets
OS
Any OS
Python version
Python 3.12+
Library version
openai v1.99.4+
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
Hello,
Thank you for fixing the regression issues introduced with
1.99.2so quickly.(follows #2529 and #2525)
I have noticed that the following import, that used to work pre-
v1.99.2, is now broken:This, however, fixes it:
I just wanted to double-check whether this is also an un-intended regression, or if the latter version of the import is the preferred one from now on.
Thanks!
To Reproduce
Code snippets
OS
Any OS
Python version
Python 3.12+
Library version
openai v1.99.4+