diff --git a/dbgpt/serve/agent/agents/controller.py b/dbgpt/serve/agent/agents/controller.py index 462052f35..bad2f4cb0 100644 --- a/dbgpt/serve/agent/agents/controller.py +++ b/dbgpt/serve/agent/agents/controller.py @@ -323,9 +323,10 @@ async def stable_message( if is_complete: return await self.memory.one_chat_competions_v2(conv_id) else: - raise ValueError( - "The conversation has not been completed yet, so we cannot directly obtain information." - ) + pass + # raise ValueError( + # "The conversation has not been completed yet, so we cannot directly obtain information." + # ) else: raise ValueError("No conversation record found!")