Using Reusable Prompts with Managing Conversation State via previous_response_id

Hi there,

I’m interested in initiating multi-turn conversations with a prompt and tools defined via Reusable Prompts in the OpenAI dashboard and then continuing these conversations via the Responses API with previous_response_ids. Is this supported? If not, what is the best alternative?

It appears each step after the initial step in a multi-turn conversation does not persist developer instructions, and these developer instructions are not accessible to pass in the instructions field because they are defined in the dashboard.

At this point I’m leaning towards moving all instructions and tools into a config and sending them across all turns in a conversation including the initial one. But it would be a bummer to abandon Reusable Prompts in the dashboard because it allows non-engineers to view and change prompts in a shared dashboard (which we would have to build for the new version).

Thank you!