chore(api): document batch error responses - #3961
Conversation
Castiron-Internal-PR: openai/openai-python-internal#156 Castiron-Source-SHA: 3b108bd0cd7b4578b235997ee3fd78bda7c4a3a1 Castiron-Public-Base-SHA: a9d727f
Castiron custom code✅ No new custom-code files detected. 47 mixed files remain; 0 existing customizations changed. Compared 47 existing customizations unchanged
7 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 36106330590 --repo openai/openai-python \
--name castiron-custom-code-36106330590-1 --dir /tmp/castiron-custom-code-36106330590-1
git apply --stat /tmp/castiron-custom-code-36106330590-1/custom-code.patch
cat /tmp/castiron-custom-code-36106330590-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin a9d727ff9c4a38fc5dca8d31bd3dd76f473cfc27 5061dff1ce8909b32ac9e5d8bbc021340003cc9c
python3 scripts/castiron/custom_code_report.py report \
--base a9d727ff9c4a38fc5dca8d31bd3dd76f473cfc27 \
--head 5061dff1ce8909b32ac9e5d8bbc021340003cc9c --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-5061dff1ce89
cat /tmp/castiron-custom-code-5061dff1ce89/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Summary
Documents applicable Batch API errors while preserving Python exception behavior.
Changes