mirror of
https://github.com/langgenius/dify.git
synced 2026-04-06 07:59:50 +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']]
|
||||
|
||||
variables: list[VariableSelector]
|
||||
answer: str
|
||||
code_language: Literal['python3', 'javascript']
|
||||
code: str
|
||||
outputs: dict[str, Output]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user