rename_model
Change a model's display name without altering its saved or unsaved state. Use this to relabel models for clarity while keeping their data intact.
Instructions
Rename a model.
Changes only the display name; the model's saved/unsaved state is untouched (use save_model to file it into a project). The name is HTML-sanitized server-side and must be non-empty.
Args: model_hash: Hash of the model to rename. name: New display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| model_hash | Yes |