mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 06:29:07 +08:00
Chore: fix some wrong annotations (#17413)
This commit is contained in:
parent
5aa82629dd
commit
e1304dc0c3
@ -8,7 +8,7 @@ from core.workflow.utils.condition.entities import Condition
|
|||||||
|
|
||||||
class IfElseNodeData(BaseNodeData):
|
class IfElseNodeData(BaseNodeData):
|
||||||
"""
|
"""
|
||||||
Answer Node Data.
|
If Else Node Data.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Case(BaseModel):
|
class Case(BaseModel):
|
||||||
|
@ -4,7 +4,7 @@ from core.workflow.nodes.base import BaseNodeData
|
|||||||
|
|
||||||
class TemplateTransformNodeData(BaseNodeData):
|
class TemplateTransformNodeData(BaseNodeData):
|
||||||
"""
|
"""
|
||||||
Code Node Data.
|
Template Transform Node Data.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
variables: list[VariableSelector]
|
variables: list[VariableSelector]
|
||||||
|
@ -26,7 +26,7 @@ class AdvancedSettings(BaseModel):
|
|||||||
|
|
||||||
class VariableAssignerNodeData(BaseNodeData):
|
class VariableAssignerNodeData(BaseNodeData):
|
||||||
"""
|
"""
|
||||||
Knowledge retrieval Node Data.
|
Variable Assigner Node Data.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
type: str = "variable-assigner"
|
type: str = "variable-assigner"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user