mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 23:37:55 +08:00
fix: transform
This commit is contained in:
@ -196,8 +196,6 @@ class CodeNode(BaseNode):
|
||||
value=result[output_name],
|
||||
variable=f'{prefix}.{output_name}' if prefix else output_name
|
||||
)
|
||||
|
||||
transformed_result[output_name] = result[output_name]
|
||||
elif output_config.type == 'string':
|
||||
# check if string available
|
||||
transformed_result[output_name] = self._check_string(
|
||||
|
||||
Reference in New Issue
Block a user