Chore: fix some wrong annotations (#17413)

This commit is contained in:
Yongtao Huang 2025-04-03 17:27:07 +08:00 committed by GitHub
parent 5aa82629dd
commit e1304dc0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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):

View File

@ -4,7 +4,7 @@ from core.workflow.nodes.base import BaseNodeData
class TemplateTransformNodeData(BaseNodeData):
"""
Code Node Data.
Template Transform Node Data.
"""
variables: list[VariableSelector]

View File

@ -26,7 +26,7 @@ class AdvancedSettings(BaseModel):
class VariableAssignerNodeData(BaseNodeData):
"""
Knowledge retrieval Node Data.
Variable Assigner Node Data.
"""
type: str = "variable-assigner"