From dab4f16dfc938415761b2511d810aee31bda8051 Mon Sep 17 00:00:00 2001 From: Nicolas Nahas <45595586+nicorne@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:57:16 +0200 Subject: [PATCH] cleaning --- swarms/structs/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swarms/structs/agent.py b/swarms/structs/agent.py index 1b4cbd21..92d36c60 100644 --- a/swarms/structs/agent.py +++ b/swarms/structs/agent.py @@ -751,6 +751,7 @@ class Agent(BaseStructure): # Clear the short memory response = None + result = None all_responses = [] # if self.tokenizer is not None: