Promptbook Mode
Promptbook contains a set of built-in prompt templates that work with various contexts. More importantly, it allows you to save and edit your own prompt templates, either from scratch or by cloning and modifying existing ones.
Prompt Templates
Prompt templates can include variables that need to be filled in before sending to an AI model. Variables can be added using double square brackets, such as "[[variable name]]".
Default variable values
Between double square brackets, you can specify a default value for a variable. To do this, add "||" inside the double brackets followed by the default value.
For example: [[variable name||default value]]
Example Template
You are a professional social media post copywriter.
Write an engaging post about [[post subject]].
Keep [[tone]] tone.
In this example:
- Two variables are defined:
post subject
andtone
- Input fields will appear for each variable
- BrowseWiz replaces the bracketed variables with your input when sending the prompt