Skip to content

Commit 2aa6975

Browse files
Update schema for latest release
1 parent 1ef12f1 commit 2aa6975

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

schema/latest/pipelines-schema.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,9 @@
680680
"queryTemplate": {
681681
"type": "string"
682682
},
683+
"strictSelection": {
684+
"type": "boolean"
685+
},
683686
"systemPrompt": {
684687
"type": "string"
685688
},
@@ -1874,6 +1877,9 @@
18741877
"queryTemplate": {
18751878
"type": "string"
18761879
},
1880+
"strictSelection": {
1881+
"type": "boolean"
1882+
},
18771883
"systemPrompt": {
18781884
"type": "string"
18791885
},
@@ -2813,6 +2819,9 @@
28132819
"queryTemplate": {
28142820
"type": "string"
28152821
},
2822+
"strictSelection": {
2823+
"type": "boolean"
2824+
},
28162825
"systemPrompt": {
28172826
"type": "string"
28182827
},
@@ -3752,6 +3761,9 @@
37523761
"queryTemplate": {
37533762
"type": "string"
37543763
},
3764+
"strictSelection": {
3765+
"type": "boolean"
3766+
},
37553767
"systemPrompt": {
37563768
"type": "string"
37573769
},
@@ -4691,6 +4703,9 @@
46914703
"queryTemplate": {
46924704
"type": "string"
46934705
},
4706+
"strictSelection": {
4707+
"type": "boolean"
4708+
},
46944709
"systemPrompt": {
46954710
"type": "string"
46964711
},
@@ -5630,6 +5645,9 @@
56305645
"queryTemplate": {
56315646
"type": "string"
56325647
},
5648+
"strictSelection": {
5649+
"type": "boolean"
5650+
},
56335651
"systemPrompt": {
56345652
"type": "string"
56355653
},

schema/latest/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
"queryTemplate": {
109109
"type": "string"
110110
},
111+
"strictSelection": {
112+
"type": "boolean"
113+
},
111114
"systemPrompt": {
112115
"type": "string"
113116
},

0 commit comments

Comments
 (0)