We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is mentioned in the official openapi document (https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-f9320ebf347140052c7f8b0bc5c7db24f5e367c368c8cb34c3606af4e2b6591b.yml)
1.I made the following request with empty list 2.response said 200 but not 400
I think this is inconsistent with the description in the document
completion = client.chat.completions.create( model="gpt-4o-mini", messages=[ { "content": [], "role": "system" }, { "content": "hello", "role": "user" } ])
macOS
Python v3.12.4
openai v1.50.2
The text was updated successfully, but these errors were encountered:
whats more, other "ArrayOfContent" have this issue too.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
It is mentioned in the official openapi document (https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-f9320ebf347140052c7f8b0bc5c7db24f5e367c368c8cb34c3606af4e2b6591b.yml)
To Reproduce
1.I made the following request with empty list
2.response said 200 but not 400
I think this is inconsistent with the description in the document
Code snippets
OS
macOS
Python version
Python v3.12.4
Library version
openai v1.50.2
The text was updated successfully, but these errors were encountered: