Text
Last updated
Last updated
The Text block serves as an interface for formatting text within a chain. It can transform text outputs from preceding blocks and also supply text as input to subsequent components in the chain.
Text within curly braces are treated as input names. Upon execution, text within curly braces will be replaced by the value of its corresponding input. If you would like to dodge this behavior and output curly braces as text, you must wrap the curly braces within another set of curly braces. For example,{{products}}
would end up being formatted as {products}
.