chore(api): document fine-tuning and model errors - #1087
Conversation
Castiron custom code✅ No new custom-code files detected. 92 mixed files remain; 0 existing customizations changed. Compared 92 existing customizations unchanged
52 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 36183596342 --repo openai/openai-java \
--name castiron-custom-code-36183596342-1 --dir /tmp/castiron-custom-code-36183596342-1
git apply --stat /tmp/castiron-custom-code-36183596342-1/custom-code.patch
cat /tmp/castiron-custom-code-36183596342-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 6b226243eac24cd295dd26fcc18cf45f19358b54 0f12b904565af350457b4e7ebe97e807e753ec12
python3 scripts/castiron/custom_code_report.py report \
--base 6b226243eac24cd295dd26fcc18cf45f19358b54 \
--head 0f12b904565af350457b4e7ebe97e807e753ec12 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-0f12b904565a
cat /tmp/castiron-custom-code-0f12b904565a/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Castiron-Internal-PR: openai/openai-java-internal#157 Castiron-Source-SHA: c927021f50c1756a7774019d0a307fd55e78878a Castiron-Public-Base-SHA: 6b22624
be297cf to
0f12b90
Compare
|
Thanks @dpiet-oai for reviewing. The final candidate keeps existing Java APIs, exception types and runtime behavior unchanged; the API/Jackson compatibility checks and all 236 downstream cases pass. |
Summary
Clarifies fine-tuning and model error responses while retaining existing Java behavior.
Changes