chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-02-03 21:56:35 -08:00
parent a38ce75eda
commit 3adfa29f7d
56 changed files with 141 additions and 216 deletions

View File

@@ -79,6 +79,7 @@ class ChatPermissions(BaseModel):
class FeaturesPermissions(BaseModel):
web_search: bool = True
image_generation: bool = True
code_interpreter: bool = True
class UserPermissions(BaseModel):