MCPcopy Create free account
hub / github.com/dataease/SQLBot / UserInfoDTO

Class UserInfoDTO

backend/apps/system/schemas/system_schema.py:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101class UserInfoDTO(UserEditor):
102 language: str = "zh-CN"
103 weight: int = 0
104 isAdmin: bool = False
105
106
107class AssistantBase(BaseModel):

Callers 1

get_assistant_userFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected