fix(workflow): adapt memory node write behavior
This commit is contained in:
@@ -45,7 +45,7 @@ class MemoryReadNodeConfig(BaseNodeConfig):
|
||||
|
||||
class MemoryWriteNodeConfig(BaseNodeConfig):
|
||||
message: str = Field(
|
||||
...
|
||||
default=""
|
||||
)
|
||||
|
||||
messages: list[MessageConfig] = Field(
|
||||
|
||||
Reference in New Issue
Block a user