chore(api): document files and uploads error responses - #3960
Conversation
Castiron-Internal-PR: openai/openai-python-internal#155 Castiron-Source-SHA: 9de9165abbc9e7c42859d814928269cb1c8da511 Castiron-Public-Base-SHA: 63099e7
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 36099467042 --repo openai/openai-python \
--name castiron-custom-code-36099467042-1 --dir /tmp/castiron-custom-code-36099467042-1
git apply --stat /tmp/castiron-custom-code-36099467042-1/custom-code.patch
cat /tmp/castiron-custom-code-36099467042-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 63099e739d25cb18f90cae93648471bf037bc46f be5fa8a1a1475a19e4eaf608c048bad7bc83c5ca
python3 scripts/castiron/custom_code_report.py report \
--base 63099e739d25cb18f90cae93648471bf037bc46f \
--head be5fa8a1a1475a19e4eaf608c048bad7bc83c5ca --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-be5fa8a1a147
cat /tmp/castiron-custom-code-be5fa8a1a147/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. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be5fa8a1a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Documents applicable request, missing-file, upload-state and storage errors for Files and Uploads. Python exceptions are unchanged.
Changes