I am using the Responses API on the playground which is supposed to support prompt management with prompt versioning. I can see a Prompt Id listed beside my prompt but when I click on View Code, the generated code pastes the system prompt directly in the code instead of using the prompt id and prompt version.
My opinion: good. It was really friggin annoying to want to make an API call and receive its parameters quickly, and receive nothing but some ID you’d never use.
I’d discourage you from using this “prompt”, when you would need to still write API parameters that are specific to a “prompt” anyway, and they contain bad and wrong data to actually run the model, and a developer can’t get the existing data out by an API call. Useless.
The playground cannot “reload” a prompt, they go in, and don’t come back out properly. MCP URL is damaged, for example.
You should be able to do a “get code” when you have immediately created a new prompt ID entry and see the form of an API call. Then you have a template at least.