mirror of https://github.com/langgenius/dify.git
fix: remove answer
This commit is contained in:
parent
951aaf5161
commit
92c1da8dbe
|
|
@ -15,7 +15,6 @@ class CodeNodeData(BaseNodeData):
|
|||
children: Optional[dict[str, 'Output']]
|
||||
|
||||
variables: list[VariableSelector]
|
||||
answer: str
|
||||
code_language: Literal['python3', 'javascript']
|
||||
code: str
|
||||
outputs: dict[str, Output]
|
||||
|
|
|
|||
Loading…
Reference in New Issue