(node: NodeData)
| 144 | output: [{ id: "ctrl", type: "control" }], |
| 145 | }; |
| 146 | case "MLInference": |
| 147 | return { |
| 148 | input: [{ id: "ctrl", type: "control" }], |
| 149 | output: [{ id: "ctrl", type: "control" }], |
| 150 | }; |
| 151 | case "WebSearchTool": |
no outgoing calls
no test coverage detected