_substitute_vars
Replace {{key}} placeholders in text with values from a variables object, leaving them unchanged if the key is missing.
Instructions
Replace {{key}} with variables[key] in text. Leaves {{key}} if key missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| variables | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |