From eb0fccaac81dd159e09f05beb4ff0537a3dac44e Mon Sep 17 00:00:00 2001 From: Kye Date: Sat, 23 Sep 2023 15:48:59 -0400 Subject: [PATCH] clean up Former-commit-id: 18117992197b35bf6655046c14e4b23c674d2c5f --- swarms/tools/autogpt.py | 1 + 1 file changed, 1 insertion(+) 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()