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