Handlebars Helpers
Nested
Do variable substitution on the enclosed text before processing it.
Overview
This helper does an extra round of variable substitution on the enclosed text before processing it, this allows you to treat some parts of your data as string templates and have them evaluated before being used in the ultimate text output.
Syntax
Examples
Prompt referencing other prompt "parts"
This helper can be used to reference other parts of the prompt that themselves contain variable substitution, by wrapping the variable in the {{#nested}}
helper.
Example Data
Substitution