@elizaos/plugin-n8n-workflow 1.2.4 → 1.2.5
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.
|
@@ -289331,7 +289331,7 @@
|
|
|
289331
289331
|
2,
|
|
289332
289332
|
2.1
|
|
289333
289333
|
],
|
|
289334
|
-
"inputs": "={{((resource, operation, hideTools, memory) => {\n
|
|
289334
|
+
"inputs": "={{((resource, operation, hideTools, memory) => {\n if (resource === 'assistant' && operation === 'message') {\n const inputs = [\n { type: 'main' },\n { type: 'ai_tool', displayName: 'Tools' },\n ];\n if (memory !== 'threadId') {\n inputs.push({ type: 'ai_memory', displayName: 'Memory', maxConnections: 1 });\n }\n return inputs;\n }\n if (resource === 'text' && (operation === 'message' || operation === 'response')) {\n if (hideTools === 'hide') {\n return ['main'];\n }\n return [{ type: 'main' }, { type: 'ai_tool', displayName: 'Tools' }];\n }\n return ['main'];\n})($parameter.resource, $parameter.operation, $parameter.hideTools, $parameter.memory ?? undefined)}}",
|
|
289335
289335
|
"outputs": [
|
|
289336
289336
|
"main"
|
|
289337
289337
|
],
|
|
@@ -289344,7 +289344,10 @@
|
|
|
289344
289344
|
"options": [
|
|
289345
289345
|
{
|
|
289346
289346
|
"name": "Text",
|
|
289347
|
-
"value": "text"
|
|
289347
|
+
"value": "text",
|
|
289348
|
+
"builderHint": {
|
|
289349
|
+
"message": "For text generation, reasoning and tools, use AI Agent with OpenAI Chat Model instead of this resource."
|
|
289350
|
+
}
|
|
289348
289351
|
},
|
|
289349
289352
|
{
|
|
289350
289353
|
"name": "Image",
|
|
@@ -290928,7 +290931,7 @@
|
|
|
290928
290931
|
},
|
|
290929
290932
|
"options": [
|
|
290930
290933
|
{
|
|
290931
|
-
"displayName": "
|
|
290934
|
+
"displayName": "Message",
|
|
290932
290935
|
"name": "values",
|
|
290933
290936
|
"values": [
|
|
290934
290937
|
{
|
|
@@ -291949,7 +291952,7 @@
|
|
|
291949
291952
|
},
|
|
291950
291953
|
"options": [
|
|
291951
291954
|
{
|
|
291952
|
-
"displayName": "
|
|
291955
|
+
"displayName": "Message",
|
|
291953
291956
|
"name": "values",
|
|
291954
291957
|
"values": [
|
|
291955
291958
|
{
|
|
@@ -125376,6 +125376,6 @@
|
|
|
125376
125376
|
}
|
|
125377
125377
|
}
|
|
125378
125378
|
},
|
|
125379
|
-
"generatedAt": "2026-03-
|
|
125379
|
+
"generatedAt": "2026-03-09T04:58:58.211Z",
|
|
125380
125380
|
"version": "2.0.0"
|
|
125381
125381
|
}
|