feat(api): recognize incomplete web search call status - #965
Conversation
Castiron custom codeMixed files: 53 → 55 2 newly customized · 0 customizations removed · 0 existing customizations changed · 1 generated baselines changed Compared
52 existing customizations unchanged
12 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 33834707417 --repo openai/openai-java \
--name castiron-custom-code-33834707417-1 --dir /tmp/castiron-custom-code-33834707417-1
git apply --stat /tmp/castiron-custom-code-33834707417-1/custom-code.patch
cat /tmp/castiron-custom-code-33834707417-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin fc35f09a64af08331e7b51ae15891a1af35fc448 b5a632fe561aea53d23406d1a0f2d33a9f97a8c5
python3 scripts/castiron/custom_code_report.py report \
--base fc35f09a64af08331e7b51ae15891a1af35fc448 \
--head b5a632fe561aea53d23406d1a0f2d33a9f97a8c5 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-b5a632fe561a
cat /tmp/castiron-custom-code-b5a632fe561a/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. |
bd275e1 to
e452ec7
Compare
Castiron-Internal-PR: openai/openai-java-internal#61 Castiron-Source-SHA: 69b9bfaff97156ed710759a099d200f2c664aefa Castiron-Public-Base-SHA: 4cd8bf3
e452ec7 to
c2d8605
Compare
Automated Release PR --- ## [4.58.0](openai/openai-java@v4.57.0...v4.58.0) (2026-09-04) ### Features * **api:** recognize incomplete web search call status ([openai#965](openai#965)) ([bbb465e](openai@bbb465e)) ### Chores * migrate to forked steady ([openai#971](openai#971)) ([fc35f09](openai@fc35f09)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: openai-sdks[bot] <284451331+openai-sdks[bot]@users.noreply.github.com>
Summary
Web-search calls recognize incomplete as a known status, including known-value access and validation.
Changes