reproduction: @ai-sdk/open-responses: response.reasoningsummarytext.delta is silently dropped, so the standard - #19660
Closed
ai-sdk-factory[bot] wants to merge 1 commit into
Closed
ai-sdk-factory[bot] wants to merge 1 commit into
ai-sdk-factory[bot] wants to merge 1 commit into
Conversation
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.
Bug
@ai-sdk/open-responses: response.reasoning_summary_text.delta is silently dropped, so the standard reasoning carrier streams no reasoning-delta
Reproduction
gpt-5-minireturnedresponse.reasoning_summary_text.deltaevents, but the AI SDK emittedreasoning-startandreasoning-endwith zero streamed reasoning deltas while preserving a non-empty final summary.packages/open-responses/src/responses/open-responses-language-model.tsmapsresponse.reasoning_text.deltabut has no mapping for the documentedresponse.reasoning_summary_text.deltacarrier.packages/open-responses/package.jsonis version 2.0.31 as reported; aligning the issue sample with the target branch's requirednameandurlprovider settings did not resolve the failure.examples/ai-functions/src/reproduction/issue-19659-open-responses-reasoning-summary.tsdeterministically observed empty streamed reasoning versus the finalThinking.summary; it expects the streamed deltas to reconstruct that summary.packages/open-responses/src/responses/__fixtures__/openai-reasoning-summary-text.1.chunks.txtrecords the relevant OpenAI event shape, and the regression test inpackages/open-responses/src/responses/open-responses-language-model.test.tsfails because the expectedreasoning-deltais absent.Relevant Documentation
Related Issues
Reproduces #19659