Responses API: Question about managing conversation state with previous_response_id

okay, so have you tried both and what would you suggest to use? and from the above response it seems just passing the prev resp id maintains the whole context as well right…

Depends on your use case.
Conversations can be edited to delete older messages, while previous_response_id can’t do that.
But depending on the situation, it is better to rather manage conversation yourself as an input array.

Hi. Very interested in this thread since I’m trying to implement conversation in my app as we speak. What I’m not sure I understand is if I need/should remove my “role_system” message (the main prompt) that I have in my first call as soon as I have a previous_response_id available?
This is basically where i define the role, the tone, the date of the day etc… Thanks for all your advices :slight_smile: