@elizaos/plugin-n8n-workflow 1.2.2 → 1.2.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/data/defaultNodes.json +4 -7
- package/dist/data/schemaIndex.json +91994 -91994
- package/dist/data/triggerSchemaIndex.json +1 -1
- package/package.json +1 -1
|
@@ -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,10 +289344,7 @@
|
|
|
289344
289344
|
"options": [
|
|
289345
289345
|
{
|
|
289346
289346
|
"name": "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
|
-
}
|
|
289347
|
+
"value": "text"
|
|
289351
289348
|
},
|
|
289352
289349
|
{
|
|
289353
289350
|
"name": "Image",
|
|
@@ -290931,7 +290928,7 @@
|
|
|
290931
290928
|
},
|
|
290932
290929
|
"options": [
|
|
290933
290930
|
{
|
|
290934
|
-
"displayName": "
|
|
290931
|
+
"displayName": "Values",
|
|
290935
290932
|
"name": "values",
|
|
290936
290933
|
"values": [
|
|
290937
290934
|
{
|
|
@@ -291952,7 +291949,7 @@
|
|
|
291952
291949
|
},
|
|
291953
291950
|
"options": [
|
|
291954
291951
|
{
|
|
291955
|
-
"displayName": "
|
|
291952
|
+
"displayName": "Values",
|
|
291956
291953
|
"name": "values",
|
|
291957
291954
|
"values": [
|
|
291958
291955
|
{
|