@elizaos/plugin-n8n-workflow 1.2.12 → 1.2.13

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.
@@ -289329,7 +289329,9 @@
289329
289329
  "description": "Message an assistant or GPT, analyze images, generate audio, etc.",
289330
289330
  "version": [
289331
289331
  2,
289332
- 2.1
289332
+ 2.1,
289333
+ 2.2,
289334
+ 2.3
289333
289335
  ],
289334
289336
  "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
289337
  "outputs": [
@@ -289926,6 +289928,57 @@
289926
289928
  ],
289927
289929
  "displayOptions": {
289928
289930
  "show": {
289931
+ "@version": [
289932
+ {
289933
+ "_cnd": {
289934
+ "lt": 2.2
289935
+ }
289936
+ }
289937
+ ],
289938
+ "operation": [
289939
+ "generate"
289940
+ ],
289941
+ "resource": [
289942
+ "image"
289943
+ ]
289944
+ }
289945
+ }
289946
+ },
289947
+ {
289948
+ "displayName": "Model",
289949
+ "name": "modelId",
289950
+ "type": "resourceLocator",
289951
+ "default": {
289952
+ "mode": "list",
289953
+ "value": "gpt-image-1-mini"
289954
+ },
289955
+ "required": true,
289956
+ "modes": [
289957
+ {
289958
+ "displayName": "From List",
289959
+ "name": "list",
289960
+ "type": "list",
289961
+ "typeOptions": {
289962
+ "searchListMethod": "imageGenerateModelSearch",
289963
+ "searchable": true
289964
+ }
289965
+ },
289966
+ {
289967
+ "displayName": "ID",
289968
+ "name": "id",
289969
+ "type": "string",
289970
+ "placeholder": "e.g. gpt-4"
289971
+ }
289972
+ ],
289973
+ "displayOptions": {
289974
+ "show": {
289975
+ "@version": [
289976
+ {
289977
+ "_cnd": {
289978
+ "gte": 2.2
289979
+ }
289980
+ }
289981
+ ],
289929
289982
  "operation": [
289930
289983
  "generate"
289931
289984
  ],
@@ -289962,6 +290015,23 @@
289962
290015
  "placeholder": "Add Option",
289963
290016
  "type": "collection",
289964
290017
  "default": {},
290018
+ "displayOptions": {
290019
+ "show": {
290020
+ "@version": [
290021
+ {
290022
+ "_cnd": {
290023
+ "lt": 2.2
290024
+ }
290025
+ }
290026
+ ],
290027
+ "operation": [
290028
+ "generate"
290029
+ ],
290030
+ "resource": [
290031
+ "image"
290032
+ ]
290033
+ }
290034
+ },
289965
290035
  "options": [
289966
290036
  {
289967
290037
  "displayName": "Number of Images",
@@ -290027,7 +290097,11 @@
290027
290097
  "displayOptions": {
290028
290098
  "show": {
290029
290099
  "/model": [
290030
- "gpt-image-1"
290100
+ {
290101
+ "_cnd": {
290102
+ "includes": "gpt-image"
290103
+ }
290104
+ }
290031
290105
  ]
290032
290106
  }
290033
290107
  },
@@ -290108,7 +290182,11 @@
290108
290182
  "displayOptions": {
290109
290183
  "show": {
290110
290184
  "/model": [
290111
- "gpt-image-1"
290185
+ {
290186
+ "_cnd": {
290187
+ "includes": "gpt-image"
290188
+ }
290189
+ }
290112
290190
  ]
290113
290191
  }
290114
290192
  },
@@ -290148,7 +290226,11 @@
290148
290226
  "displayOptions": {
290149
290227
  "hide": {
290150
290228
  "/model": [
290151
- "gpt-image-1"
290229
+ {
290230
+ "_cnd": {
290231
+ "includes": "gpt-image"
290232
+ }
290233
+ }
290152
290234
  ]
290153
290235
  }
290154
290236
  }
@@ -290167,9 +290249,23 @@
290167
290249
  }
290168
290250
  }
290169
290251
  }
290170
- ],
290252
+ ]
290253
+ },
290254
+ {
290255
+ "displayName": "Options",
290256
+ "name": "options",
290257
+ "placeholder": "Add Option",
290258
+ "type": "collection",
290259
+ "default": {},
290171
290260
  "displayOptions": {
290172
290261
  "show": {
290262
+ "@version": [
290263
+ {
290264
+ "_cnd": {
290265
+ "gte": 2.2
290266
+ }
290267
+ }
290268
+ ],
290173
290269
  "operation": [
290174
290270
  "generate"
290175
290271
  ],
@@ -290177,95 +290273,313 @@
290177
290273
  "image"
290178
290274
  ]
290179
290275
  }
290180
- }
290181
- },
290182
- {
290183
- "displayName": "Model",
290184
- "name": "modelId",
290185
- "type": "resourceLocator",
290186
- "default": {
290187
- "mode": "list",
290188
- "value": ""
290189
290276
  },
290190
- "required": true,
290191
- "modes": [
290277
+ "options": [
290192
290278
  {
290193
- "displayName": "From List",
290194
- "name": "list",
290195
- "type": "list",
290279
+ "displayName": "Number of Images",
290280
+ "name": "n",
290281
+ "default": 1,
290282
+ "description": "Number of images to generate",
290283
+ "type": "number",
290196
290284
  "typeOptions": {
290197
- "searchListMethod": "imageModelSearch",
290198
- "searchable": true
290285
+ "minValue": 1,
290286
+ "maxValue": 10
290287
+ },
290288
+ "displayOptions": {
290289
+ "show": {
290290
+ "/modelId": [
290291
+ "dall-e-2"
290292
+ ]
290293
+ }
290199
290294
  }
290200
290295
  },
290201
290296
  {
290202
- "displayName": "ID",
290203
- "name": "id",
290204
- "type": "string",
290205
- "placeholder": "e.g. gpt-4"
290206
- }
290207
- ],
290208
- "displayOptions": {
290209
- "show": {
290210
- "operation": [
290211
- "analyze"
290212
- ],
290213
- "resource": [
290214
- "image"
290215
- ]
290216
- }
290217
- }
290218
- },
290219
- {
290220
- "displayName": "Text Input",
290221
- "name": "text",
290222
- "type": "string",
290223
- "placeholder": "e.g. What's in this image?",
290224
- "default": "What's in this image?",
290225
- "typeOptions": {
290226
- "rows": 2
290227
- },
290228
- "displayOptions": {
290229
- "show": {
290230
- "operation": [
290231
- "analyze"
290297
+ "displayName": "Quality",
290298
+ "name": "dalleQuality",
290299
+ "type": "options",
290300
+ "description": "The quality of the image that will be generated, HD creates images with finer details and greater consistency across the image",
290301
+ "options": [
290302
+ {
290303
+ "name": "HD",
290304
+ "value": "hd"
290305
+ },
290306
+ {
290307
+ "name": "Standard",
290308
+ "value": "standard"
290309
+ }
290232
290310
  ],
290233
- "resource": [
290234
- "image"
290235
- ]
290236
- }
290237
- }
290238
- },
290239
- {
290240
- "displayName": "Input Type",
290241
- "name": "inputType",
290242
- "type": "options",
290243
- "default": "url",
290244
- "options": [
290311
+ "displayOptions": {
290312
+ "show": {
290313
+ "/modelId": [
290314
+ "dall-e-3"
290315
+ ]
290316
+ }
290317
+ },
290318
+ "default": "standard"
290319
+ },
290245
290320
  {
290246
- "name": "Image URL(s)",
290247
- "value": "url"
290321
+ "displayName": "Quality",
290322
+ "name": "quality",
290323
+ "type": "options",
290324
+ "description": "The quality of the image that will be generated, High creates images with finer details and greater consistency across the image",
290325
+ "options": [
290326
+ {
290327
+ "name": "High",
290328
+ "value": "high"
290329
+ },
290330
+ {
290331
+ "name": "Medium",
290332
+ "value": "medium"
290333
+ },
290334
+ {
290335
+ "name": "Low",
290336
+ "value": "low"
290337
+ }
290338
+ ],
290339
+ "displayOptions": {
290340
+ "show": {
290341
+ "/modelId": [
290342
+ {
290343
+ "_cnd": {
290344
+ "includes": "gpt-image"
290345
+ }
290346
+ }
290347
+ ]
290348
+ }
290349
+ },
290350
+ "default": "medium"
290248
290351
  },
290249
290352
  {
290250
- "name": "Binary File(s)",
290251
- "value": "base64"
290252
- }
290253
- ],
290254
- "displayOptions": {
290255
- "show": {
290256
- "operation": [
290257
- "analyze"
290353
+ "displayName": "Resolution",
290354
+ "name": "size",
290355
+ "type": "options",
290356
+ "options": [
290357
+ {
290358
+ "name": "256x256",
290359
+ "value": "256x256"
290360
+ },
290361
+ {
290362
+ "name": "512x512",
290363
+ "value": "512x512"
290364
+ },
290365
+ {
290366
+ "name": "1024x1024",
290367
+ "value": "1024x1024"
290368
+ }
290258
290369
  ],
290259
- "resource": [
290260
- "image"
290261
- ]
290262
- }
290263
- }
290264
- },
290265
- {
290266
- "displayName": "URL(s)",
290267
- "name": "imageUrls",
290268
- "type": "string",
290370
+ "displayOptions": {
290371
+ "show": {
290372
+ "/modelId": [
290373
+ "dall-e-2"
290374
+ ]
290375
+ }
290376
+ },
290377
+ "default": "1024x1024"
290378
+ },
290379
+ {
290380
+ "displayName": "Resolution",
290381
+ "name": "size",
290382
+ "type": "options",
290383
+ "options": [
290384
+ {
290385
+ "name": "1024x1024",
290386
+ "value": "1024x1024"
290387
+ },
290388
+ {
290389
+ "name": "1792x1024",
290390
+ "value": "1792x1024"
290391
+ },
290392
+ {
290393
+ "name": "1024x1792",
290394
+ "value": "1024x1792"
290395
+ }
290396
+ ],
290397
+ "displayOptions": {
290398
+ "show": {
290399
+ "/modelId": [
290400
+ "dall-e-3"
290401
+ ]
290402
+ }
290403
+ },
290404
+ "default": "1024x1024"
290405
+ },
290406
+ {
290407
+ "displayName": "Resolution",
290408
+ "name": "size",
290409
+ "type": "options",
290410
+ "options": [
290411
+ {
290412
+ "name": "1024x1024",
290413
+ "value": "1024x1024"
290414
+ },
290415
+ {
290416
+ "name": "1024x1536",
290417
+ "value": "1024x1536"
290418
+ },
290419
+ {
290420
+ "name": "1536x1024",
290421
+ "value": "1536x1024"
290422
+ }
290423
+ ],
290424
+ "displayOptions": {
290425
+ "show": {
290426
+ "/modelId": [
290427
+ {
290428
+ "_cnd": {
290429
+ "includes": "gpt-image"
290430
+ }
290431
+ }
290432
+ ]
290433
+ }
290434
+ },
290435
+ "default": "1024x1024"
290436
+ },
290437
+ {
290438
+ "displayName": "Style",
290439
+ "name": "style",
290440
+ "type": "options",
290441
+ "options": [
290442
+ {
290443
+ "name": "Natural",
290444
+ "value": "natural",
290445
+ "description": "Produce more natural looking images"
290446
+ },
290447
+ {
290448
+ "name": "Vivid",
290449
+ "value": "vivid",
290450
+ "description": "Lean towards generating hyper-real and dramatic images"
290451
+ }
290452
+ ],
290453
+ "displayOptions": {
290454
+ "show": {
290455
+ "/modelId": [
290456
+ "dall-e-3"
290457
+ ]
290458
+ }
290459
+ },
290460
+ "default": "vivid"
290461
+ },
290462
+ {
290463
+ "displayName": "Respond with Image URL(s)",
290464
+ "name": "returnImageUrls",
290465
+ "type": "boolean",
290466
+ "default": false,
290467
+ "description": "Whether to return image URL(s) instead of binary file(s)",
290468
+ "displayOptions": {
290469
+ "hide": {
290470
+ "/modelId": [
290471
+ {
290472
+ "_cnd": {
290473
+ "includes": "gpt-image"
290474
+ }
290475
+ }
290476
+ ]
290477
+ }
290478
+ }
290479
+ },
290480
+ {
290481
+ "displayName": "Put Output in Field",
290482
+ "name": "binaryPropertyOutput",
290483
+ "type": "string",
290484
+ "default": "data",
290485
+ "hint": "The name of the output field to put the binary file data in",
290486
+ "displayOptions": {
290487
+ "show": {
290488
+ "returnImageUrls": [
290489
+ false
290490
+ ]
290491
+ }
290492
+ }
290493
+ }
290494
+ ]
290495
+ },
290496
+ {
290497
+ "displayName": "Model",
290498
+ "name": "modelId",
290499
+ "type": "resourceLocator",
290500
+ "default": {
290501
+ "mode": "list",
290502
+ "value": ""
290503
+ },
290504
+ "required": true,
290505
+ "modes": [
290506
+ {
290507
+ "displayName": "From List",
290508
+ "name": "list",
290509
+ "type": "list",
290510
+ "typeOptions": {
290511
+ "searchListMethod": "imageModelSearch",
290512
+ "searchable": true
290513
+ }
290514
+ },
290515
+ {
290516
+ "displayName": "ID",
290517
+ "name": "id",
290518
+ "type": "string",
290519
+ "placeholder": "e.g. gpt-4"
290520
+ }
290521
+ ],
290522
+ "displayOptions": {
290523
+ "show": {
290524
+ "operation": [
290525
+ "analyze"
290526
+ ],
290527
+ "resource": [
290528
+ "image"
290529
+ ]
290530
+ }
290531
+ }
290532
+ },
290533
+ {
290534
+ "displayName": "Text Input",
290535
+ "name": "text",
290536
+ "type": "string",
290537
+ "placeholder": "e.g. What's in this image?",
290538
+ "default": "What's in this image?",
290539
+ "typeOptions": {
290540
+ "rows": 2
290541
+ },
290542
+ "displayOptions": {
290543
+ "show": {
290544
+ "operation": [
290545
+ "analyze"
290546
+ ],
290547
+ "resource": [
290548
+ "image"
290549
+ ]
290550
+ }
290551
+ }
290552
+ },
290553
+ {
290554
+ "displayName": "Input Type",
290555
+ "name": "inputType",
290556
+ "type": "options",
290557
+ "default": "url",
290558
+ "options": [
290559
+ {
290560
+ "name": "Image URL(s)",
290561
+ "value": "url"
290562
+ },
290563
+ {
290564
+ "name": "Binary File(s)",
290565
+ "value": "base64"
290566
+ }
290567
+ ],
290568
+ "displayOptions": {
290569
+ "show": {
290570
+ "operation": [
290571
+ "analyze"
290572
+ ],
290573
+ "resource": [
290574
+ "image"
290575
+ ]
290576
+ }
290577
+ }
290578
+ },
290579
+ {
290580
+ "displayName": "URL(s)",
290581
+ "name": "imageUrls",
290582
+ "type": "string",
290269
290583
  "placeholder": "e.g. https://example.com/image.jpeg",
290270
290584
  "description": "URL(s) of the image(s) to analyze, multiple URLs can be added separated by comma",
290271
290585
  "default": "",
@@ -290392,6 +290706,57 @@
290392
290706
  ],
290393
290707
  "displayOptions": {
290394
290708
  "show": {
290709
+ "@version": [
290710
+ {
290711
+ "_cnd": {
290712
+ "lt": 2.3
290713
+ }
290714
+ }
290715
+ ],
290716
+ "operation": [
290717
+ "edit"
290718
+ ],
290719
+ "resource": [
290720
+ "image"
290721
+ ]
290722
+ }
290723
+ }
290724
+ },
290725
+ {
290726
+ "displayName": "Model",
290727
+ "name": "modelId",
290728
+ "type": "resourceLocator",
290729
+ "default": {
290730
+ "mode": "list",
290731
+ "value": "gpt-image-1"
290732
+ },
290733
+ "required": true,
290734
+ "modes": [
290735
+ {
290736
+ "displayName": "From List",
290737
+ "name": "list",
290738
+ "type": "list",
290739
+ "typeOptions": {
290740
+ "searchListMethod": "imageGenerateModelSearch",
290741
+ "searchable": true
290742
+ }
290743
+ },
290744
+ {
290745
+ "displayName": "ID",
290746
+ "name": "id",
290747
+ "type": "string",
290748
+ "placeholder": "e.g. gpt-4"
290749
+ }
290750
+ ],
290751
+ "displayOptions": {
290752
+ "show": {
290753
+ "@version": [
290754
+ {
290755
+ "_cnd": {
290756
+ "gte": 2.3
290757
+ }
290758
+ }
290759
+ ],
290395
290760
  "operation": [
290396
290761
  "edit"
290397
290762
  ],
@@ -290470,6 +290835,79 @@
290470
290835
  }
290471
290836
  ]
290472
290837
  },
290838
+ {
290839
+ "displayName": "Images",
290840
+ "name": "images",
290841
+ "type": "fixedCollection",
290842
+ "placeholder": "Add Image",
290843
+ "typeOptions": {
290844
+ "multipleValues": true,
290845
+ "multipleValueButtonText": "Add Image"
290846
+ },
290847
+ "default": {
290848
+ "values": [
290849
+ {
290850
+ "binaryPropertyName": "data"
290851
+ }
290852
+ ]
290853
+ },
290854
+ "description": "Add one or more binary fields to include images with your prompt. Each image should be a png, webp, or jpg file less than 50MB. You can provide up to 16 images.",
290855
+ "displayOptions": {
290856
+ "show": {
290857
+ "/modelId": [
290858
+ {
290859
+ "_cnd": {
290860
+ "includes": "gpt-image"
290861
+ }
290862
+ }
290863
+ ],
290864
+ "operation": [
290865
+ "edit"
290866
+ ],
290867
+ "resource": [
290868
+ "image"
290869
+ ]
290870
+ }
290871
+ },
290872
+ "options": [
290873
+ {
290874
+ "displayName": "Image",
290875
+ "name": "values",
290876
+ "values": [
290877
+ {
290878
+ "displayName": "Binary Field Name",
290879
+ "name": "binaryPropertyName",
290880
+ "type": "string",
290881
+ "default": "data",
290882
+ "placeholder": "e.g. data",
290883
+ "description": "The name of the binary field containing the image data"
290884
+ }
290885
+ ]
290886
+ }
290887
+ ]
290888
+ },
290889
+ {
290890
+ "displayName": "Binary Field Name",
290891
+ "name": "binaryPropertyName",
290892
+ "type": "string",
290893
+ "default": "data",
290894
+ "placeholder": "e.g. data",
290895
+ "hint": "The name of the input field containing the binary file data to be processed",
290896
+ "description": "Name of the binary property which contains the image. It should be a square png file less than 4MB.",
290897
+ "displayOptions": {
290898
+ "show": {
290899
+ "/model": [
290900
+ "dall-e-2"
290901
+ ],
290902
+ "operation": [
290903
+ "edit"
290904
+ ],
290905
+ "resource": [
290906
+ "image"
290907
+ ]
290908
+ }
290909
+ }
290910
+ },
290473
290911
  {
290474
290912
  "displayName": "Binary Field Name",
290475
290913
  "name": "binaryPropertyName",
@@ -290480,8 +290918,12 @@
290480
290918
  "description": "Name of the binary property which contains the image. It should be a square png file less than 4MB.",
290481
290919
  "displayOptions": {
290482
290920
  "show": {
290483
- "/model": [
290484
- "dall-e-2"
290921
+ "/modelId": [
290922
+ {
290923
+ "_cnd": {
290924
+ "includes": "dall-e"
290925
+ }
290926
+ }
290485
290927
  ],
290486
290928
  "operation": [
290487
290929
  "edit"
@@ -290598,6 +291040,52 @@
290598
291040
  }
290599
291041
  }
290600
291042
  },
291043
+ {
291044
+ "displayName": "Quality",
291045
+ "name": "quality",
291046
+ "type": "options",
291047
+ "default": "auto",
291048
+ "description": "The quality of the image that will be generated",
291049
+ "options": [
291050
+ {
291051
+ "name": "Auto",
291052
+ "value": "auto"
291053
+ },
291054
+ {
291055
+ "name": "High",
291056
+ "value": "high"
291057
+ },
291058
+ {
291059
+ "name": "Medium",
291060
+ "value": "medium"
291061
+ },
291062
+ {
291063
+ "name": "Low",
291064
+ "value": "low"
291065
+ },
291066
+ {
291067
+ "name": "Standard",
291068
+ "value": "standard"
291069
+ }
291070
+ ],
291071
+ "displayOptions": {
291072
+ "show": {
291073
+ "/modelId": [
291074
+ {
291075
+ "_cnd": {
291076
+ "includes": "gpt-image"
291077
+ }
291078
+ }
291079
+ ],
291080
+ "operation": [
291081
+ "edit"
291082
+ ],
291083
+ "resource": [
291084
+ "image"
291085
+ ]
291086
+ }
291087
+ }
291088
+ },
290601
291089
  {
290602
291090
  "displayName": "Response Format",
290603
291091
  "name": "responseFormat",
@@ -290628,6 +291116,40 @@
290628
291116
  }
290629
291117
  }
290630
291118
  },
291119
+ {
291120
+ "displayName": "Response Format",
291121
+ "name": "responseFormat",
291122
+ "type": "options",
291123
+ "default": "url",
291124
+ "description": "The format in which the generated images are returned. URLs are only valid for 60 minutes after generation.",
291125
+ "options": [
291126
+ {
291127
+ "name": "URL",
291128
+ "value": "url"
291129
+ },
291130
+ {
291131
+ "name": "Base64 JSON",
291132
+ "value": "b64_json"
291133
+ }
291134
+ ],
291135
+ "displayOptions": {
291136
+ "show": {
291137
+ "/modelId": [
291138
+ {
291139
+ "_cnd": {
291140
+ "includes": "dall-e"
291141
+ }
291142
+ }
291143
+ ],
291144
+ "operation": [
291145
+ "edit"
291146
+ ],
291147
+ "resource": [
291148
+ "image"
291149
+ ]
291150
+ }
291151
+ }
291152
+ },
290631
291153
  {
290632
291154
  "displayName": "Output Format",
290633
291155
  "name": "outputFormat",
@@ -290662,6 +291184,44 @@
290662
291184
  }
290663
291185
  }
290664
291186
  },
291187
+ {
291188
+ "displayName": "Output Format",
291189
+ "name": "outputFormat",
291190
+ "type": "options",
291191
+ "default": "png",
291192
+ "description": "The format in which the generated images are returned. Only supported for gpt-image-1.",
291193
+ "options": [
291194
+ {
291195
+ "name": "PNG",
291196
+ "value": "png"
291197
+ },
291198
+ {
291199
+ "name": "JPEG",
291200
+ "value": "jpeg"
291201
+ },
291202
+ {
291203
+ "name": "WebP",
291204
+ "value": "webp"
291205
+ }
291206
+ ],
291207
+ "displayOptions": {
291208
+ "show": {
291209
+ "/modelId": [
291210
+ {
291211
+ "_cnd": {
291212
+ "includes": "gpt-image"
291213
+ }
291214
+ }
291215
+ ],
291216
+ "operation": [
291217
+ "edit"
291218
+ ],
291219
+ "resource": [
291220
+ "image"
291221
+ ]
291222
+ }
291223
+ }
291224
+ },
290665
291225
  {
290666
291226
  "displayName": "Output Compression",
290667
291227
  "name": "outputCompression",
@@ -290690,12 +291250,61 @@
290690
291250
  }
290691
291251
  }
290692
291252
  },
291253
+ {
291254
+ "displayName": "Output Compression",
291255
+ "name": "outputCompression",
291256
+ "type": "number",
291257
+ "default": 100,
291258
+ "description": "The compression level (0-100%) for the generated images. Only supported for gpt-image-1 with webp or jpeg output formats.",
291259
+ "typeOptions": {
291260
+ "minValue": 0,
291261
+ "maxValue": 100
291262
+ },
291263
+ "displayOptions": {
291264
+ "show": {
291265
+ "/modelId": [
291266
+ {
291267
+ "_cnd": {
291268
+ "includes": "gpt-image"
291269
+ }
291270
+ }
291271
+ ],
291272
+ "outputFormat": [
291273
+ "webp",
291274
+ "jpeg"
291275
+ ],
291276
+ "operation": [
291277
+ "edit"
291278
+ ],
291279
+ "resource": [
291280
+ "image"
291281
+ ]
291282
+ }
291283
+ }
291284
+ },
290693
291285
  {
290694
291286
  "displayName": "Options",
290695
291287
  "name": "options",
290696
291288
  "placeholder": "Add Option",
290697
291289
  "type": "collection",
290698
291290
  "default": {},
291291
+ "displayOptions": {
291292
+ "show": {
291293
+ "@version": [
291294
+ {
291295
+ "_cnd": {
291296
+ "lt": 2.3
291297
+ }
291298
+ }
291299
+ ],
291300
+ "operation": [
291301
+ "edit"
291302
+ ],
291303
+ "resource": [
291304
+ "image"
291305
+ ]
291306
+ }
291307
+ },
290699
291308
  "options": [
290700
291309
  {
290701
291310
  "displayName": "User",
@@ -290765,9 +291374,23 @@
290765
291374
  "hint": "The name of the input field containing the binary file data to be processed",
290766
291375
  "description": "Name of the binary property which contains the image. An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. If there are multiple images provided, the mask will be applied on the first image. Must be a valid PNG file, less than 4MB, and have the same dimensions as image."
290767
291376
  }
290768
- ],
291377
+ ]
291378
+ },
291379
+ {
291380
+ "displayName": "Options",
291381
+ "name": "options",
291382
+ "placeholder": "Add Option",
291383
+ "type": "collection",
291384
+ "default": {},
290769
291385
  "displayOptions": {
290770
291386
  "show": {
291387
+ "@version": [
291388
+ {
291389
+ "_cnd": {
291390
+ "gte": 2.3
291391
+ }
291392
+ }
291393
+ ],
290771
291394
  "operation": [
290772
291395
  "edit"
290773
291396
  ],
@@ -290775,7 +291398,85 @@
290775
291398
  "image"
290776
291399
  ]
290777
291400
  }
290778
- }
291401
+ },
291402
+ "options": [
291403
+ {
291404
+ "displayName": "User",
291405
+ "name": "user",
291406
+ "type": "string",
291407
+ "default": "",
291408
+ "description": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse",
291409
+ "placeholder": "user-12345"
291410
+ },
291411
+ {
291412
+ "displayName": "Background",
291413
+ "name": "background",
291414
+ "type": "options",
291415
+ "default": "auto",
291416
+ "description": "Allows to set transparency for the background of the generated image(s). Only supported for gpt-image-1.",
291417
+ "options": [
291418
+ {
291419
+ "name": "Auto",
291420
+ "value": "auto"
291421
+ },
291422
+ {
291423
+ "name": "Transparent",
291424
+ "value": "transparent"
291425
+ },
291426
+ {
291427
+ "name": "Opaque",
291428
+ "value": "opaque"
291429
+ }
291430
+ ],
291431
+ "displayOptions": {
291432
+ "show": {
291433
+ "/modelId": [
291434
+ {
291435
+ "_cnd": {
291436
+ "includes": "gpt-image"
291437
+ }
291438
+ }
291439
+ ]
291440
+ }
291441
+ }
291442
+ },
291443
+ {
291444
+ "displayName": "Input Fidelity",
291445
+ "name": "inputFidelity",
291446
+ "type": "options",
291447
+ "default": "low",
291448
+ "description": "Control how much effort the model will exert to match the style and features of input images. Only supported for gpt-image-1.",
291449
+ "options": [
291450
+ {
291451
+ "name": "Low",
291452
+ "value": "low"
291453
+ },
291454
+ {
291455
+ "name": "High",
291456
+ "value": "high"
291457
+ }
291458
+ ],
291459
+ "displayOptions": {
291460
+ "show": {
291461
+ "/modelId": [
291462
+ {
291463
+ "_cnd": {
291464
+ "includes": "gpt-image"
291465
+ }
291466
+ }
291467
+ ]
291468
+ }
291469
+ }
291470
+ },
291471
+ {
291472
+ "displayName": "Image Mask",
291473
+ "name": "imageMask",
291474
+ "type": "string",
291475
+ "default": "data",
291476
+ "hint": "The name of the input field containing the binary file data to be processed",
291477
+ "description": "Name of the binary property which contains the image. An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. If there are multiple images provided, the mask will be applied on the first image. Must be a valid PNG file, less than 4MB, and have the same dimensions as image."
291478
+ }
291479
+ ]
290779
291480
  },
290780
291481
  {
290781
291482
  "displayName": "Operation",
@@ -125376,6 +125376,6 @@
125376
125376
  }
125377
125377
  }
125378
125378
  },
125379
- "generatedAt": "2026-04-27T06:07:48.186Z",
125379
+ "generatedAt": "2026-05-04T06:18:37.605Z",
125380
125380
  "version": "2.0.0"
125381
125381
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-04-27T06:07:49.139Z",
3
+ "generatedAt": "2026-05-04T06:18:38.598Z",
4
4
  "source": "execution",
5
5
  "triggers": {},
6
6
  "stats": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-n8n-workflow",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "ElizaOS plugin for generating and managing n8n workflows from natural language",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",