Hi Team, we are running pheonix in Environment based setup (i.e different instance for dev/prod). I am trying to figureout how to i deploy modified prompts which are tested and verified in dev environment to production with release.
馃挕聽Hint: Mention RunLLM in the thread for followups.
are there ways to fetch only modified prompts ? or for each prompt i would have to compare prod and dev version ?
we don't have a built-in mechanism for fetching prompts that have changed since your last fetch (assuming you are using the REST API). Off the top of my head I think you would need to fetch prompt versions of your prompt, and then sort by date. If you have a script setup, you could store the last tested date and only check against newer ones. Otherwise you will have to manually tag prompts that you want to test and just fetch that tag
if you get stuck let me know and I can help you brainstorm a testing script
