mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
refactor: move workflow package to dify_graph (#32844)
This commit is contained in:
11
api/dify_graph/nodes/template_transform/entities.py
Normal file
11
api/dify_graph/nodes/template_transform/entities.py
Normal file
@ -0,0 +1,11 @@
|
||||
from dify_graph.nodes.base import BaseNodeData
|
||||
from dify_graph.nodes.base.entities import VariableSelector
|
||||
|
||||
|
||||
class TemplateTransformNodeData(BaseNodeData):
|
||||
"""
|
||||
Template Transform Node Data.
|
||||
"""
|
||||
|
||||
variables: list[VariableSelector]
|
||||
template: str
|
||||
Reference in New Issue
Block a user