OpenAI Responses API: compatible with reasoning summary and encryption - #148
Open
Sha1rholder wants to merge 3 commits into
Open
OpenAI Responses API: compatible with reasoning summary and encryption#148Sha1rholder wants to merge 3 commits into
Sha1rholder wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 193dab173a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Author
|
Sorry, forgot to update after modifying the code. I’ll fix it in a bit. |
Author
|
Resolved the Git conflict. @Neroued 请问能review一下吗?看一下第一个commit就行,只是给Responses API加了个占位符,很小的改动 |
kaushikvira
added a commit
to kaushikvira/ninfer
that referenced
this pull request
Sep 7, 2026
…93dab1) PR Neroued#148 port onto our master-adopt tree: OpenAI Responses API now accepts 'include': ['reasoning.encrypted_content'] (sets the encrypted-reasoning flag and returns it in the response) instead of 400 include_not_supported. Also accepts a passed-in reasoning.summary string. Resolved conflicts: server logs use our newer record_request_rejected API (PR's log_compatibility_warning/log_request_start dropped); rest of the commit applied as-is. Needed by Inspect AI 0.3.260 GAIA runs.
kaushikvira
added a commit
to kaushikvira/ninfer
that referenced
this pull request
Sep 7, 2026
… tooling') main is upstream 487f897 + 9 commits: own nvfp4full registration + graft tool, the Neroued#148/Neroued#97/Neroued#160/Neroued#61 PR ports (temp, drop as they merge), the registry doc, and curl for healthchecks. Registry table in PATCHES.md now covers all 9 (added curl + registry rows, date -> 2026-09-15).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please see the issue for details. Fixes #145
The code changes are actually minimal. Mostly are actually focused on adapting the test content.
before:

After:

The logs show that the compatibility improvements do not affect cache hits.