chore(api): clarify documented API error responses - #2810
Open
markstuart-oai wants to merge 1 commit into
Open
markstuart-oai wants to merge 1 commit into
markstuart-oai wants to merge 1 commit into
Conversation
Castiron-Internal-PR: openai/openai-node-internal#190 Castiron-Source-SHA: 87a4238deea0b0715b27a878d6f7bd35062d4adb Castiron-Public-Base-SHA: 8e8f581
markstuart-oai
marked this pull request as ready for review
September 25, 2026 20:56
Contributor
Castiron custom code✅ No new custom-code files detected. 45 mixed files remain; 0 existing customizations changed. Compared 45 existing customizations unchanged
5 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 36188825366 --repo openai/openai-node \
--name castiron-custom-code-36188825366-1 --dir /tmp/castiron-custom-code-36188825366-1
git apply --stat /tmp/castiron-custom-code-36188825366-1/custom-code.patch
cat /tmp/castiron-custom-code-36188825366-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 8e8f5815a39f38033851ac1e17cc1622405aa0f3 b5af27d2f403c02abb62717890134c3c63db93f4
python3 scripts/castiron/custom_code_report.py report \
--base 8e8f5815a39f38033851ac1e17cc1622405aa0f3 \
--head b5af27d2f403c02abb62717890134c3c63db93f4 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-b5af27d2f403
cat /tmp/castiron-custom-code-b5af27d2f403/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Contributor
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clarifies documented error responses for TypeScript users without changing existing client behavior.
Changes