That would not work because then Portkey is confused - if we should call the prompt ID defined in your Config or the one you select from the Playground
Ah ha! It works without the prompt id in the config, so I should be able to pass the config through the request header (or in the instantiation from the SDK, for instance), and then pass my prompt id as I'm completing and that will work. Is that correct?
Yes, correct! Putting the Prompt ID inside Config is also useful when you want to do setup a fallback between two prompts, but yes otherwise you can always send prompt id as a part of your request