mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 07:28:05 +08: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