Makes a streaming POST request to OpenAI Responses API and processes SSE events. The Responses API uses different event types than Chat Completions.
stream_responses_api(url, headers, body, callback)The API endpoint URL.
A named list of HTTP headers.
The request body (will be converted to JSON).
A function called for each event: callback(event_type, data, done).