API access to long lived prompts

Is there a plan to enable prompt updates via API? For example adding new files to the code interpreter associated with the prompt

3 Likes

Would be awesome to create/update/delete prompts via API. In this way we can use a single promptId in our applications without sending the whole prompt information everytime.

Now we have to create/update it by our own and this is not helpful if we try to build a saas platform that should handle it by itself.