feat(models): support reasoning_content streaming
This commit is contained in:
@@ -42,6 +42,7 @@ async def create_end_user(
|
|||||||
payload = CreateEndUserRequest(**body)
|
payload = CreateEndUserRequest(**body)
|
||||||
workspace_id = api_key_auth.workspace_id
|
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}")
|
logger.info(f"Create end user request - other_id: {payload.other_id}, workspace_id: {workspace_id}")
|
||||||
|
|
||||||
# Resolve memory_config_id: explicit > workspace default
|
# Resolve memory_config_id: explicit > workspace default
|
||||||
|
|||||||
Reference in New Issue
Block a user