save_as_template
Save the current model as a reusable template by specifying a name, optional description and tags, with support for overwriting existing templates.
Instructions
Save the current model as a user-defined template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| template_name | Yes | Template name to save | |
| description | No | Optional template description for discovery | |
| tags | No | Optional tags for discovery/filtering | |
| overwrite | No | Whether to overwrite an existing user template with the same name |