(nodeData, newNodeId, isAgentflow)
| 101 | } |
| 102 | |
| 103 | const initializeOutputAnchors = (nodeData, newNodeId, isAgentflow) => { |
| 104 | return isAgentflow ? createAgentFlowOutputs(nodeData, newNodeId) : createStandardOutputs(nodeData, newNodeId) |
| 105 | } |
| 106 | |
| 107 | export const initializeDefaultNodeData = (nodeParams) => { |
| 108 | const initialValues = {} |
no test coverage detected