Hi,
I recently set the store attribute of the Responses API to false. After doing this, I can no longer use openai.responses.inputItems.list to retrieve the input messages, which means I can’t access the corresponding message_id.
Is there any alternative way to retrieve the message_id (or the input items) when store is set to false, or is this expected behavior?
Thanks in advance!