In this section, we learn to set up our development environment and get ready to create and run our first Prompty asset.
To create your first Prompty (using the VS Code Extension), you will need:
The Prompty project has three tools to support your prompt engineering and rapid prototyping needs:
Prompty
Visual Studio Code Extensionprompty
CLI - for command-line interactionsprompty
SDK - for code-first interactions in PythonLet's start with the Visual Studio Code extension.
The easiest way to get started with Prompty, is to use the Visual Studio Code Extension. Launch Visual Studio Code, then install the extension using one of these two options:
Once installed, you should see a stylized "P" (resembling the Prompty logo) in the VS Code sidebar, as seen in the figure below (left). Click the extension and you should see the Prompty panel slide out at left.
With this, you see four Prompty-related features in the frame:
.prompty
files..prompty
file, giving you a first look at this asset.In the next section, we'll create our first prompty and make use of the identified features to run it and observe the results.
Want to Contribute To the Project? - Updated Guidance Coming Soon.