This guide will help you get started with creating and configuring prompts that generate formatted text. The interface is designed to be intuitive and user-friendly, allowing you to define templates and input parameters with ease.
The Prompt Configuration interface enables you to create reusable templates for generating formatted text. Each prompt has a name, description, template, and a set of arguments that define the input requirements. The system supports both optional and required arguments, with input masks to validate user input.
To begin, click the "Add Prompt" button to create a new prompt configuration. This will open a new configuration window where you can define your prompt.
Provide a name for your prompt. This name will be used to identify your prompt in the list of available prompts. For example, you might name your prompt "Text Generator".
Write a brief description of what the prompt generates. This description will help users understand the purpose of the prompt. For example, "Generates formatted text".
Enter the template string that defines the output format. Use placeholders to specify where user input should be inserted. For example:
Create a text about {topic} in style {style}
In this example, `{topic}` and `{style}` are placeholders that will be replaced with user input.
Add arguments to your prompt and specify whether they are optional or required.
For example, you might have two arguments:
Click the "Save" button to save your prompt configuration. Your prompt is now ready to use.
By following these steps, you can create effective and user-friendly prompt configurations. Get started today and begin generating formatted text with ease!