mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 00:57:04 +08:00
fix:restore correct numeric values for ParamsAutoGenerated (#27252)
This commit is contained in:
parent
73e217ab0d
commit
8e45753c68
@ -26,8 +26,8 @@ class AgentNodeData(BaseNodeData):
|
|||||||
|
|
||||||
|
|
||||||
class ParamsAutoGenerated(IntEnum):
|
class ParamsAutoGenerated(IntEnum):
|
||||||
CLOSE = auto()
|
CLOSE = 0
|
||||||
OPEN = auto()
|
OPEN = 1
|
||||||
|
|
||||||
|
|
||||||
class AgentOldVersionModelFeatures(StrEnum):
|
class AgentOldVersionModelFeatures(StrEnum):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user