perf: read file node return splited raw texts (#5881)

This commit is contained in:
Finley Ge
2025-11-07 14:20:34 +08:00
committed by GitHub
parent 7225ebec01
commit 8ca5ebecd4
2 changed files with 11 additions and 1 deletions
@@ -45,6 +45,14 @@ export const ReadFilesNode: FlowNodeTemplateType = {
valueType: WorkflowIOValueTypeEnum.string,
type: FlowNodeOutputTypeEnum.static
},
{
id: NodeOutputKeyEnum.rawResponse,
key: NodeOutputKeyEnum.rawResponse,
label: i18nT('workflow:raw_response'),
description: i18nT('workflow:tool_raw_response_description'),
valueType: WorkflowIOValueTypeEnum.arrayObject,
type: FlowNodeOutputTypeEnum.static
},
Output_Template_Error_Message
]
};