From 52879186ed81e92b2b5772f20450558596b2a57f Mon Sep 17 00:00:00 2001 From: AlexChimTrm <132866042+AlexChim1231@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:25:17 +0800 Subject: [PATCH] Update conversation_service.py --- api/services/conversation_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/conversation_service.py b/api/services/conversation_service.py index 1cfecd1973..bbad5fd71d 100644 --- a/api/services/conversation_service.py +++ b/api/services/conversation_service.py @@ -14,8 +14,8 @@ from models.account import Account from models.model import App, Conversation, EndUser, Message from services.errors.conversation import ( ConversationNotExistsError, - LastConversationNotExistsError, ConversationVariableNotExistsError, + LastConversationNotExistsError, ) from services.errors.message import MessageNotExistsError