mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
fix:restore correct numeric values for ParamsAutoGenerated (#27252)
This commit is contained in:
@@ -26,8 +26,8 @@ class AgentNodeData(BaseNodeData):
|
||||
|
||||
|
||||
class ParamsAutoGenerated(IntEnum):
|
||||
CLOSE = auto()
|
||||
OPEN = auto()
|
||||
CLOSE = 0
|
||||
OPEN = 1
|
||||
|
||||
|
||||
class AgentOldVersionModelFeatures(StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user