aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/planning/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/planning/simple.py')
-rw-r--r--autogpts/autogpt/autogpt/core/planning/simple.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/autogpts/autogpt/autogpt/core/planning/simple.py b/autogpts/autogpt/autogpt/core/planning/simple.py
index 7306a3ab4..356e6712e 100644
--- a/autogpts/autogpt/autogpt/core/planning/simple.py
+++ b/autogpts/autogpt/autogpt/core/planning/simple.py
@@ -53,11 +53,17 @@ class PlannerSettings(SystemSettings):
class SimplePlanner(Configurable):
- """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.
+ """
default_settings = PlannerSettings(
name="planner",
- description="Manages the agent's planning and goal-setting by constructing language model prompts.",
+ description=(
+ "Manages the agent's planning and goal-setting "
+ "by constructing language model prompts."
+ ),
configuration=PlannerConfiguration(
models={
LanguageModelClassification.FAST_MODEL: LanguageModelConfiguration(