aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/planning/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/planning/base.py')
-rw-r--r--autogpts/autogpt/autogpt/core/planning/base.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogpts/autogpt/autogpt/core/planning/base.py b/autogpts/autogpt/autogpt/core/planning/base.py
index a46c8074b..7993c490b 100644
--- a/autogpts/autogpt/autogpt/core/planning/base.py
+++ b/autogpts/autogpt/autogpt/core/planning/base.py
@@ -1,5 +1,8 @@
# class Planner(abc.ABC):
-# """Manages the agent's planning and goal-setting by constructing language model prompts."""
+# """
+# Manages the agent's planning and goal-setting
+# by constructing language model prompts.
+# """
#
# @staticmethod
# @abc.abstractmethod