mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:49:03 +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):
|
||||
"""
|
||||
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…
x
Reference in New Issue
Block a user