docs(profile): update clone-from references

This commit is contained in:
Teknium
2026-06-13 07:33:58 -07:00
parent 9b5f7b63c6
commit cc14b74718
5 changed files with 22 additions and 11 deletions
+2
View File
@@ -85,6 +85,8 @@ Extend `ProfileCreate` and the create endpoint — no new endpoints, no rewrite:
```python
class ProfileCreate(BaseModel):
name: str
clone_from: Optional[str] = None
# Backward compatibility for older dashboard/desktop clients.
clone_from_default: bool = False
clone_all: bool = False
no_skills: bool = False