perf(workflow): make memory configuration backward compatible
This commit is contained in:
@@ -10,7 +10,7 @@ class MemoryReadNodeConfig(BaseNodeConfig):
|
|||||||
...
|
...
|
||||||
)
|
)
|
||||||
|
|
||||||
config_id: UUID = Field(
|
config_id: UUID | int = Field(
|
||||||
...
|
...
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user