microsoft / prompty

Prompty makes it easy to create, manage, debug, and evaluate LLM prompts for your AI applications. Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers.
https://prompty.ai
MIT License
148 stars 9 forks source link

Extension installs but doesn't allowing running prompty #18

Closed brhall13 closed 3 weeks ago

brhall13 commented 3 weeks ago

I am able to install the extension, create a .prompty file, and create prompt flow code from them. However, I am unable to use or see any of the top buttons, such as the tests, batch runs, etc. IMG_5961 ^ Expected

Screenshot 2024-06-11 at 4 34 37 PM

^ Current

sethjuarez commented 3 weeks ago

Got it - those come from the PromptFlow extension. If you install that extension, you should see those at the top. The Prompty extension has a play button to run them without PromptFlow as well:

image

Let me know if this works!

brhall13 commented 3 weeks ago

That worked! Thanks for the help and quick response!