template_template_render
Render template strings with variables using ${variable} syntax. Replace placeholders with provided data to generate formatted output strings.
Instructions
[template] Render a template string with the given variables. Uses ${variable} syntax (Python string.Template). Returns the rendered string or an error if variables are missing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | ||
| variables | Yes | ||
| strict | No |