diff --git a/swarms/tools/autogpt.py b/swarms/tools/autogpt.py index b0f1e5a6..bca03c16 100644 --- a/swarms/tools/autogpt.py +++ b/swarms/tools/autogpt.py @@ -159,4 +159,5 @@ def compile(task: str): task = interpreter.chat(task) interpreter.chat() + interpreter.reset()