feat: multiple models chat user permissions

This commit is contained in:
Timothy Jaeryang Baek
2025-04-12 17:37:30 -07:00
parent 881d81d87f
commit 79dff685ea
5 changed files with 69 additions and 50 deletions

View File

@@ -88,6 +88,7 @@ class ChatPermissions(BaseModel):
file_upload: bool = True
delete: bool = True
edit: bool = True
multiple_models: bool = True
temporary: bool = True
temporary_enforced: bool = False