Explorar el Código

调整默认值

develop
H Vs hace 1 día
padre
commit
eaa0075ff3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/endpoints/agent_endpoint.py

+ 1
- 1
app/endpoints/agent_endpoint.py Ver fichero

@@ -144,7 +144,7 @@ async def waitting_login_result(request: Request, token_id, app_id,region_id, ag
config=AgentConfig.model_validate({
"chatroomIdWhiteList": [],
"agentTokenId": agent_token_id,
"agentEnabled": True,
"agentEnabled": False,
"addContactsFromChatroomIdWhiteList": [],
"chatWaitingMsgEnabled": True,
"privateGroupChatEnabled": False


Cargando…
Cancelar
Guardar