mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
feat(graph_runtime_state): prevent to set variable pool after initialized.
This commit is contained in:
@@ -56,11 +56,6 @@ class GraphRuntimeState(BaseModel):
|
||||
"""Get the variable pool."""
|
||||
return self._variable_pool
|
||||
|
||||
@variable_pool.setter
|
||||
def variable_pool(self, value: VariablePool) -> None:
|
||||
"""Set the variable pool."""
|
||||
self._variable_pool = value
|
||||
|
||||
@property
|
||||
def start_at(self) -> float:
|
||||
"""Get the start time."""
|
||||
|
||||
Reference in New Issue
Block a user