@hostwebhook/node-types 1.55.2 → 1.55.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/registry.js +6 -1
- package/package.json +1 -1
package/dist/registry.js
CHANGED
|
@@ -98,7 +98,12 @@ exports.NODE_REGISTRY = {
|
|
|
98
98
|
},
|
|
99
99
|
ai: {
|
|
100
100
|
type: 'ai', prefix: 'ai', label: 'AI',
|
|
101
|
-
|
|
101
|
+
/* 'Actions' y no 'Flow Control': un nodo de IA no encamina ni retiene un
|
|
102
|
+
evento —eso es control de flujo— sino que HACE algo con él y devuelve un
|
|
103
|
+
resultado, igual que enviar un correo o escribir en una hoja. Además es
|
|
104
|
+
lo que decide qué se ofrece como acción en el flujo guiado del primer
|
|
105
|
+
flujo (`FIRST_FLOW_ACTIONS` en el dashboard), y ahí tiene que estar. */
|
|
106
|
+
group: 'Actions', detailPath: '/dashboard/ai-nodes', apiPath: '/ai-nodes',
|
|
102
107
|
stateKey: 'aiNodes', allStateKey: 'allAiNodes',
|
|
103
108
|
color: '#d946ef', testable: true,
|
|
104
109
|
},
|
package/package.json
CHANGED