Reported by @astral cradle
Bug Report: Error with o3-mini and response api
`Steps to Reproduce`
curl https://api.openai.com/v1/responses
-H "Content-Type: application/json"
-H "Authorization: Bearer API_KEY"
-d '{
"model": "o3-mini",
"input": "Tell me a three sentence bedtime story about a unicorn."
}'
`Expected Result`
The output field must include one item with type "message" that include the bot response
`Actual Result`
The output field doesn't include any entry item with type "message", just one with type "reasoning"
`Environment`
everywhere