I am currently working on a project where I utilize the Semantic Kernel with a plugins directory and multiple skills. My ultimate goal is to develop a GitHu. workflow to evaluate my prompts using the Prompt Flow SDK. To achieve this, I need a way to access the final prompt string value before it is sent to the AI model.
My Question:
How can I retrieve the rendered prompt string in Semantic Kernel before it’s sent to the AI model? Is there any existing functionality, method, or workaround to achieve this.