mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 12:02:09 -04:00
feat: code (#3557)
This commit is contained in:
@@ -112,7 +112,7 @@ class CodeNode(BaseNode):
|
||||
variables[variable] = value
|
||||
# Run code
|
||||
try:
|
||||
result = CodeExecutor.execute_code(
|
||||
result = CodeExecutor.execute_workflow_code_template(
|
||||
language=code_language,
|
||||
code=code,
|
||||
inputs=variables
|
||||
|
||||
Reference in New Issue
Block a user