Prompts
Prompts are a simple way of storing and accessing reusable GPT prompts or prompt components that can be templatized together using the internal tokenization syntax.
Usage​
Using a prompt​
$PROMPTS.{PROMPT NAME}$
​
You can access any prompt value using the above token format.
prompt "$PROMPTS.prepend$ do something $PROMPTS.append$"