diff --git a/api/app/core/workflow/nodes/memory/config.py b/api/app/core/workflow/nodes/memory/config.py index 25b5105d..40959423 100644 --- a/api/app/core/workflow/nodes/memory/config.py +++ b/api/app/core/workflow/nodes/memory/config.py @@ -45,7 +45,7 @@ class MemoryReadNodeConfig(BaseNodeConfig): class MemoryWriteNodeConfig(BaseNodeConfig): message: str = Field( - ... + default="" ) messages: list[MessageConfig] = Field(