From 386ed2b9145cb464b0854122e14a0f7e9c190b0a Mon Sep 17 00:00:00 2001 From: Timebomb2018 <18868801967@163.com> Date: Wed, 1 Apr 2026 15:57:02 +0800 Subject: [PATCH] feat(models): support reasoning_content streaming --- api/app/controllers/service/end_user_api_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/controllers/service/end_user_api_controller.py b/api/app/controllers/service/end_user_api_controller.py index 9d410bd2..0ae80a20 100644 --- a/api/app/controllers/service/end_user_api_controller.py +++ b/api/app/controllers/service/end_user_api_controller.py @@ -42,6 +42,7 @@ async def create_end_user( payload = CreateEndUserRequest(**body) workspace_id = api_key_auth.workspace_id + # sourcery skip: sql-injection logger.info(f"Create end user request - other_id: {payload.other_id}, workspace_id: {workspace_id}") # Resolve memory_config_id: explicit > workspace default