template_template_variables
Extract variable names from template strings to identify placeholders for dynamic content insertion in AI applications.
Instructions
[template] Extract the list of variable names from a template string. Returns the sorted list of ${variable} names found.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes |