template_template_render_named
Render saved templates with provided variables to generate formatted output strings for AI applications.
Instructions
[template] Render a previously saved named template with the given variables. Returns the rendered string or an error if the template doesn't exist.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| variables | Yes | ||
| strict | No |