mirror of
https://github.com/langgenius/dify.git
synced 2026-03-15 12:17:02 +00:00
style(api): format builtin node types
This commit is contained in:
@@ -71,6 +71,7 @@ class BuiltinNodeTypes:
|
||||
AGENT: ClassVar[NodeType] = "agent"
|
||||
HUMAN_INPUT: ClassVar[NodeType] = "human-input"
|
||||
|
||||
|
||||
BUILT_IN_NODE_TYPES: tuple[NodeType, ...] = (
|
||||
BuiltinNodeTypes.START,
|
||||
BuiltinNodeTypes.END,
|
||||
|
||||
Reference in New Issue
Block a user