language models accounts are updated

This commit is contained in:
2025-02-07 17:47:14 +03:00
parent 45ed5b86fd
commit 2c5b6956c8
9 changed files with 276 additions and 210 deletions

View File

@@ -225,8 +225,12 @@ class AuthenticationFunctions(BaseRouteModel):
request: FastAPI request object
data: Request body containing login credentials
{
"domain": "evyos.com.tr", "access_key": "karatay.berkay.sup@evyos.com.tr",
"password": "string", "remember_me": false
"data": {
"domain": "evyos.com.tr",
"access_key": "karatay.berkay.sup@evyos.com.tr",
"password": "string",
"remember_me": false
}
}
Returns:
SuccessResponse containing authentication token and user info
@@ -247,6 +251,13 @@ class AuthenticationFunctions(BaseRouteModel):
"""
Handle selection of company or occupant type
{"data": {"build_living_space_uu_id": ""}} | {"data": {"company_uu_id": ""}}
{
"data": {"company_uu_id": "e9869a25-ba4d-49dc-bb0d-8286343b184b"}
}
{
"data": {"build_living_space_uu_id": "e9869a25-ba4d-49dc-bb0d-8286343b184b"}
}
"""
selection_dict = dict(
request=cls.context_retriever.request,