Here in the responses streaming api https://platform.openai.com/docs/api-reference/responses-streaming
it has two events:
-
response.reasoning_summary_text.delta
“Emitted when a delta is added to a reasoning summary text.” -
response.reasoning_summary.delta
“Emitted when there is a delta (partial update) to the reasoning summary content.”
What is the difference between them?
I think the only summary content is text anyway, so it seems like they are the same.