chore(api): document stored chat completion errors - #763
Conversation
Castiron-Internal-PR: openai/openai-ruby-internal#157 Castiron-Source-SHA: 0df643321507f0987973de89a5cb71da58735164 Castiron-Public-Base-SHA: 0185fa1
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 36170790002 --repo openai/openai-ruby \
--name castiron-custom-code-36170790002-1 --dir /tmp/castiron-custom-code-36170790002-1
git apply --stat /tmp/castiron-custom-code-36170790002-1/custom-code.patch
cat /tmp/castiron-custom-code-36170790002-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 0185fa1c637f1dbc9d3b3fa85c4c46a199702188 1cabcb09699547181598d8653446f4c0f454a409
python3 scripts/castiron/custom_code_report.py report \
--base 0185fa1c637f1dbc9d3b3fa85c4c46a199702188 \
--head 1cabcb09699547181598d8653446f4c0f454a409 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-1cabcb096995
cat /tmp/castiron-custom-code-1cabcb096995/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
|
Thanks for reviewing. The approved head is unchanged, with only the API reference and generation metadata modified. Ruby client APIs, exceptions and runtime remain byte-identical to main; current CI and all 236 downstream compatibility cases pass. |
Summary
Clarifies stored chat completion error responses without changing Ruby methods or exceptions.
Changes