Chore: fix some wrong annotations (#17413)

pull/17426/head
Yongtao Huang 10 months ago committed by GitHub
parent 5aa82629dd
commit e1304dc0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save