fix: correct spacing and formatting in variable utility functions

pull/21398/head
twwu 11 months ago
parent f0413f359a
commit 350ea6be6e

@ -638,7 +638,6 @@ export const toNodeOutputVars = (
let ragVariablesInDataSource: RAGPipelineVariable[] = []
if (node.data.type === BlockEnum.DataSource)
ragVariablesInDataSource = ragVariables.filter(ragVariable => ragVariable.belong_to_node_id === node.id)
console.log(ragVariables, ragVariablesInDataSource, node.id)
return {
...formatItem(node, isChatMode, filterVar, ragVariablesInDataSource.map(
(ragVariable: RAGPipelineVariable) => ({

Loading…
Cancel
Save