Prompty Extension for Visual Studio CodePrompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers. The primary goal is to accelerate the developer inner loop. This Visual Studio Code extension offers an intuitive prompt playground within VS Code to streamline the prompt engineering process. What is Prompty?SpecificationPrompty standardizes prompts and their execution into a single asset. VSCode Extension FeaturesGithub ModelsGithub models are supported. You can:
Quick CreateQuickly create a basic prompty by right-clicking in the VS Code explorer and selecting "New Prompty." PreviewPreview prompty similar to markdown with dynamic template rendering while typing, allowing you to see the prompt that will be sent to the model. Define and Switch Model Configurations
Quick RunHit F5 or click the Run button at the top. There are two output windows:
Using Prompty in CodeYou can use Prompty in your code by importing the Orchestrator IntegrationPrompty is also supported by popular orchestration frameworks: Right-click on a FeedbackSubmit your feedback about Prompty or the VS Code extension to the Microsoft/prompty GitHub repository. Documentation |