Create a prompt
Navigate to the Prompts section in the left-hand sidebar or from the application homepage.
Click the "+ Prompt" button to enter the Playground. The dropdown next to the button gives you a choice between a chat style prompt and an instructional prompt - chat is the default.
Compose your prompt
After choosing a prompt type, you're brought to the playground to develop your prompt. On the left is an editable view of the prompt. You can add more messages, change the template format (f-string or mustache), and add an output schema (which makes your prompt a StructuredPrompt type).
To the right, we can enter sample inputs for our prompt variables and then run our prompt against a model.
(If you haven't yet, you'll need to enter an API key for whichever model you want to run your prompt with.)
To see the response from the model, click "Start".