chore(api): document batch error responses - #1082
markstuart-oai wants to merge 1 commit into
Conversation
Castiron-Internal-PR: openai/openai-java-internal#153 Castiron-Source-SHA: bb67d4e6fbc6b9228a6cec6d316019ffb9b300bd Castiron-Public-Base-SHA: 69a4e21
Castiron custom code✅ No new custom-code files detected. 87 mixed files remain; 0 existing customizations changed. Compared 87 existing customizations unchanged
47 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 36105608388 --repo openai/openai-java \
--name castiron-custom-code-36105608388-1 --dir /tmp/castiron-custom-code-36105608388-1
git apply --stat /tmp/castiron-custom-code-36105608388-1/custom-code.patch
cat /tmp/castiron-custom-code-36105608388-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 69a4e21ba3686e83b084901febeffb42b818460b 0a07bd7c91ee9b43e0824ef96a07e4b86304cce5
python3 scripts/castiron/custom_code_report.py report \
--base 69a4e21ba3686e83b084901febeffb42b818460b \
--head 0a07bd7c91ee9b43e0824ef96a07e4b86304cce5 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-0a07bd7c91ee
cat /tmp/castiron-custom-code-0a07bd7c91ee/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 Batch API error responses while preserving Java exception types and method signatures.
Changes