feat(api): expose image tool call metadata - #3826
Conversation
Castiron-Internal-PR: openai/openai-python-internal#92 Castiron-Source-SHA: fdee0afe5445a2fa9587c4a89791ba78beae306a Castiron-Public-Base-SHA: 8011140
Castiron custom code✅ No new custom-code files detected. 36 mixed files remain; 0 existing customizations changed; 20 generated baselines changed. Compared
16 existing customizations unchanged
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 34317506408 --repo openai/openai-python \
--name castiron-custom-code-34317506408-1 --dir /tmp/castiron-custom-code-34317506408-1
git apply --stat /tmp/castiron-custom-code-34317506408-1/custom-code.patch
cat /tmp/castiron-custom-code-34317506408-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 8011140bbeb771d56425602950875bf87beae39e 2ddc679c56a22fb10c3b2f163daad483d9edcfcc
python3 scripts/castiron/custom_code_report.py report \
--base 8011140bbeb771d56425602950875bf87beae39e \
--head 2ddc679c56a22fb10c3b2f163daad483d9edcfcc --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-2ddc679c56a2
cat /tmp/castiron-custom-code-2ddc679c56a2/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. Legacy required fields and input bindings remain intact; new image metadata preserves optional/null behavior and custom sizes, service-account expiry remains optional, and exact-head CI is green.
Summary
Add typed access to image tool call metadata and service-account API-key expiry.
Changes