Handle reasoning_summary_text event in Responses Streaming#430
Handle reasoning_summary_text event in Responses Streaming#430kiran-4444 wants to merge 3 commits into
Conversation
narengogi
left a comment
There was a problem hiding this comment.
are these two the same thing?
I can see both reasoning text and reasoning summary text as separate items in the spec, can you link the spec and what has changed please?
Hey @narengogi, As far as I understand |
There was a problem hiding this comment.
Pull request overview
This PR updates the ADK integration’s Responses API streaming adapter to recognize the newer response.reasoning_summary_text.delta event so reasoning summary text can be surfaced during streaming.
Changes:
- Added handling for the
response.reasoning_summary_text.deltastreaming event. - Streamed reasoning summary deltas are converted into “thought” parts (partial responses), consistent with existing reasoning handling.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This changes
reasoning_texttoreasoning_summary_textfollowing the recent Responses API streaming changes.