feat(api): expose image tool call metadata - #987
Conversation
Castiron-Internal-PR: openai/openai-java-internal#78 Castiron-Source-SHA: e7e2a45dfead76784c66718dc11ea22ecfb00ef7 Castiron-Public-Base-SHA: 3ae2730
Castiron custom code✅ No new custom-code files detected. 55 mixed files remain; 0 existing customizations changed; 12 generated baselines changed. Compared
43 existing customizations unchanged
3 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 34317507215 --repo openai/openai-java \
--name castiron-custom-code-34317507215-1 --dir /tmp/castiron-custom-code-34317507215-1
git apply --stat /tmp/castiron-custom-code-34317507215-1/custom-code.patch
cat /tmp/castiron-custom-code-34317507215-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 3ae2730ac13f70aacdc32b4b7a1a4d621c2ef858 f64977e3d08a043de6963b509c67cbe227a63057
python3 scripts/castiron/custom_code_report.py report \
--base 3ae2730ac13f70aacdc32b4b7a1a4d621c2ef858 \
--head f64977e3d08a043de6963b509c67cbe227a63057 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-f64977e3d08a
cat /tmp/castiron-custom-code-f64977e3d08a/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. |
jbeckwith-oai
left a comment
There was a problem hiding this comment.
Reviewed the exact public promotion. Its SDK content matches the already-reviewed internal candidate, apart from the expected public generation marker and a correct README typo fix. Existing required fields remain required; new metadata is optional/nullable, custom size strings remain accepted, and exact-head CI/API compatibility checks are green.
Summary
Add image tool call metadata accessors and service-account API-key expiry options.
Changes