Hi Devs,
I am trying to migrate my assistants to responses API and I am having a issue.
Basically, my instructions (or assistant prompt) change a lot, so I had made a pipeline where we update the instructions for assistant based on user feedback using update assistants API.
But issue I am facing now, the prompts have to created manually and I am passing prompt id in my responses API, is there any way to update or create a new prompt using API so I basically I can recreate my pipeline for responses API or is it not possible .