From cd4d39e6926381682996e035d02065e04d89c50a Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Thu, 5 Dec 2024 00:28:38 +0800 Subject: [PATCH] fix format --- oasis/social_agent/agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oasis/social_agent/agent.py b/oasis/social_agent/agent.py index 85d669c..819f30f 100644 --- a/oasis/social_agent/agent.py +++ b/oasis/social_agent/agent.py @@ -166,7 +166,6 @@ async def perform_action_by_llm(self): while retry > 0: - mes_id = await self.infe_channel.write_to_receive_queue( openai_messages) mes_id, content = await self.infe_channel.read_from_send_queue(