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

feat: missing type for batch request input and output objects

Open NikkiAung opened this issue 3 weeks ago • 1 comments

  • [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

NikkiAung avatar Dec 30 '25 21:12 NikkiAung