blakeblackshear.frigate/frigate/api/defs/request/classification_body.py
Josh Hawkins d11f46bbce
Add ability to rename faces in the Face Library (#17879)
* api endpoint

* embeddings rename function

* frontend and i18n keys

* lazy load train tab images

* only log exception to make codeql happy
2025-04-23 17:27:46 -06:00

6 lines
84 B
Python

from pydantic import BaseModel
class RenameFaceBody(BaseModel):
new_name: str