diff --git a/changelog.d/fixes/TBD-codex-redundant-oneof-enum.md b/changelog.d/fixes/9828-codex-redundant-oneof-enum.md similarity index 69% rename from changelog.d/fixes/TBD-codex-redundant-oneof-enum.md rename to changelog.d/fixes/9828-codex-redundant-oneof-enum.md index 6ec6f27377..b0d7d6b135 100644 --- a/changelog.d/fixes/TBD-codex-redundant-oneof-enum.md +++ b/changelog.d/fixes/9828-codex-redundant-oneof-enum.md @@ -1 +1 @@ -- **fix(executors):** prevent intermittent Codex `upstream_empty_response` errors for tool schemas that combine `oneOf` const branches with a matching sibling `enum` by removing only the semantically redundant `oneOf`; bare, narrowing, non-matching, and type-discriminated `oneOf` schemas remain unchanged. (#TBD) +- **fix(executors):** prevent intermittent Codex `upstream_empty_response` errors for tool schemas that combine `oneOf` const branches with a matching sibling `enum` by removing only the semantically redundant `oneOf`; bare, narrowing, non-matching, and type-discriminated `oneOf` schemas remain unchanged. ([#9828](https://github.com/diegosouzapw/OmniRoute/pull/9828))