I’m currently trying to follow below guide:
https://platform.openai.com/docs/guides/reasoning#keeping-reasoning-items-in-context
I was able to successfully return the ‘reasoning item’. Unlike the docs says, even if I used ‘previouse_response_id’, I still have to manually return a ‘reasoning item’, unless I get this error: https://community.openai.com/t/responses-api-invalid-request-error-function-call-was-provided-without-its-required-reasoning-item/1236046/5
After returning the reasoning item, I can see the log from open ai dashboard. However the ‘reasoning item’ section of input field is empty
As I can still use reasoning models without the response API, and it seems like big advantage for model’s performance, I really want to know what happens but there’s nothing much I can do from here. Is there any way to verify that model actually takes advantege of previous reasoning itmes?
May the ‘empty’ means API didn’t requested for summary of reasoning but this is still confusing.
ps. somehow inserting links create an error so I enclosed them with code format