We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d737ff5 commit 603347cCopy full SHA for 603347c
src/backend/app_kernel.py
@@ -362,7 +362,7 @@ async def human_clarification_endpoint(
362
},
363
)
364
raise HTTPException(status_code=400, detail="Invalida Clarification")
365
-
+
366
authenticated_user = get_authenticated_user_details(request_headers=request.headers)
367
user_id = authenticated_user["user_principal_id"]
368
if not user_id:
0 commit comments