From 8aff7468e1a228d3a2d40f5cd3ea617c12e23408 Mon Sep 17 00:00:00 2001 From: KwonHalim <129161091+KwonHalim@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:46:42 +0900 Subject: [PATCH] =?UTF-8?q?:recycle:=20=EC=9C=A0=EC=A0=80=EA=B0=80=20?= =?UTF-8?q?=EB=8B=A4=EB=A5=B8=20=EC=9C=A0=EC=A0=80=EC=9D=98=20=ED=8F=89?= =?UTF-8?q?=EA=B0=80=EB=A5=BC=20=EB=B3=BC=20=EC=88=98=EB=8A=94=20=EC=9E=88?= =?UTF-8?q?=EC=9C=BC=EB=AF=80=EB=A1=9C=20=EA=B2=80=EC=A6=9D=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/chat_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/chat_service.py b/app/service/chat_service.py index c70bf55..1ffe561 100644 --- a/app/service/chat_service.py +++ b/app/service/chat_service.py @@ -165,7 +165,7 @@ async def delete_chat(session_id: str, user_id: str, status: bool): @staticmethod async def get_evaluation_result(session_id: str, user_id:str): - await SessionManager.validate_session(session_id, user_id, status=False) + # await SessionManager.validate_session(session_id, user_id, status=False) info = await ChatRepository.find_session_info(session_id, False) evaluation_result = {