Chore: fix some wrong annotations (#17413)
This commit is contained in:
@@ -8,7 +8,7 @@ from core.workflow.utils.condition.entities import Condition
|
||||
|
||||
class IfElseNodeData(BaseNodeData):
|
||||
"""
|
||||
Answer Node Data.
|
||||
If Else Node Data.
|
||||
"""
|
||||
|
||||
class Case(BaseModel):
|
||||
|
@@ -4,7 +4,7 @@ from core.workflow.nodes.base import BaseNodeData
|
||||
|
||||
class TemplateTransformNodeData(BaseNodeData):
|
||||
"""
|
||||
Code Node Data.
|
||||
Template Transform Node Data.
|
||||
"""
|
||||
|
||||
variables: list[VariableSelector]
|
||||
|
@@ -26,7 +26,7 @@ class AdvancedSettings(BaseModel):
|
||||
|
||||
class VariableAssignerNodeData(BaseNodeData):
|
||||
"""
|
||||
Knowledge retrieval Node Data.
|
||||
Variable Assigner Node Data.
|
||||
"""
|
||||
|
||||
type: str = "variable-assigner"
|
||||
|
Reference in New Issue
Block a user