@tiger16601/n8n-nodes-fastgpt 1.1.6 → 1.1.7
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.
|
@@ -522,6 +522,12 @@ const sharedOperations = [
|
|
|
522
522
|
type: "string",
|
|
523
523
|
default: "",
|
|
524
524
|
description: "知识库头像的URL地址,可选",
|
|
525
|
+
displayOptions: {
|
|
526
|
+
show: {
|
|
527
|
+
"/operation": ["创建一个知识库"],
|
|
528
|
+
"/resource": ["knowledge"],
|
|
529
|
+
},
|
|
530
|
+
},
|
|
525
531
|
routing: {
|
|
526
532
|
send: {
|
|
527
533
|
type: "body",
|
|
@@ -535,6 +541,12 @@ const sharedOperations = [
|
|
|
535
541
|
type: "string",
|
|
536
542
|
default: "",
|
|
537
543
|
description: "建议留空使用系统默认。例如:text-embedding-ada-002",
|
|
544
|
+
displayOptions: {
|
|
545
|
+
show: {
|
|
546
|
+
"/operation": ["创建一个知识库"],
|
|
547
|
+
"/resource": ["knowledge"],
|
|
548
|
+
},
|
|
549
|
+
},
|
|
538
550
|
routing: {
|
|
539
551
|
send: {
|
|
540
552
|
type: "body",
|
|
@@ -548,6 +560,12 @@ const sharedOperations = [
|
|
|
548
560
|
type: "string",
|
|
549
561
|
default: "",
|
|
550
562
|
description: "建议留空使用系统默认。例如:gpt-3.5-turbo-16k",
|
|
563
|
+
displayOptions: {
|
|
564
|
+
show: {
|
|
565
|
+
"/operation": ["创建一个知识库"],
|
|
566
|
+
"/resource": ["knowledge"],
|
|
567
|
+
},
|
|
568
|
+
},
|
|
551
569
|
routing: {
|
|
552
570
|
send: {
|
|
553
571
|
type: "body",
|
|
@@ -561,6 +579,12 @@ const sharedOperations = [
|
|
|
561
579
|
type: "string",
|
|
562
580
|
default: "",
|
|
563
581
|
description: "建议留空使用系统默认。例如:gpt-4.1",
|
|
582
|
+
displayOptions: {
|
|
583
|
+
show: {
|
|
584
|
+
"/operation": ["创建一个知识库"],
|
|
585
|
+
"/resource": ["knowledge"],
|
|
586
|
+
},
|
|
587
|
+
},
|
|
564
588
|
routing: {
|
|
565
589
|
send: {
|
|
566
590
|
type: "body",
|