aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/planning/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/planning/schema.py')
-rw-r--r--autogpts/autogpt/autogpt/core/planning/schema.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogpts/autogpt/autogpt/core/planning/schema.py b/autogpts/autogpt/autogpt/core/planning/schema.py
index 0af4cbcc1..b9ba81827 100644
--- a/autogpts/autogpt/autogpt/core/planning/schema.py
+++ b/autogpts/autogpt/autogpt/core/planning/schema.py
@@ -43,5 +43,6 @@ class Task(BaseModel):
context: TaskContext = Field(default_factory=TaskContext)
-# Need to resolve the circular dependency between Task and TaskContext once both models are defined.
+# Need to resolve the circular dependency between Task and TaskContext
+# once both models are defined.
TaskContext.update_forward_refs()