openai-python
openai-python copied to clipboard
feat: missing type for batch request input and output objects
- [x] I understand that this repository is auto-generated and my pull request may not be merged
Changes being requested
Developed types feat req for missing type for batch request input and output objects
src/openai/types/__init__.py
src/openai/types/batch_request_input.py
src/openai/types/batch_request_output.py
Additional context & links
https://platform.openai.com/docs/api-reference/batch/request-input https://platform.openai.com/docs/api-reference/batch/request-output
Fixed #1937