chore(api): document API error response contracts - #728
markstuart-oai wants to merge 1 commit into
Conversation
Castiron custom code✅ No new custom-code files detected. 70 mixed files remain; 0 existing customizations changed. Compared 70 existing customizations unchanged
30 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 35529724136 --repo openai/openai-ruby \
--name castiron-custom-code-35529724136-1 --dir /tmp/castiron-custom-code-35529724136-1
git apply --stat /tmp/castiron-custom-code-35529724136-1/custom-code.patch
cat /tmp/castiron-custom-code-35529724136-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 33435479c2d98603b93c810183d314bc55cd1ee7 4a37ead54dbd6c811b7a776336e9a821f36db277
python3 scripts/castiron/custom_code_report.py report \
--base 33435479c2d98603b93c810183d314bc55cd1ee7 \
--head 4a37ead54dbd6c811b7a776336e9a821f36db277 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-4a37ead54dbd
cat /tmp/castiron-custom-code-4a37ead54dbd/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. |
Castiron-Internal-PR: openai/openai-ruby-internal#128 Castiron-Source-SHA: 6835a63b39cf8703782353ee915d57c7fc77fa34 Castiron-Public-Base-SHA: 3343547
8d70cac to
4a37ead
Compare
Summary
Clarifies documented HTTP failures without changing Ruby exception handling.
Changes