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