Skip to content

Commit

Permalink
Update schema for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2023
1 parent 1ef12f1 commit 2aa6975
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions schema/latest/pipelines-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down Expand Up @@ -1874,6 +1877,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down Expand Up @@ -2813,6 +2819,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down Expand Up @@ -3752,6 +3761,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down Expand Up @@ -4691,6 +4703,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down Expand Up @@ -5630,6 +5645,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schema/latest/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
"queryTemplate": {
"type": "string"
},
"strictSelection": {
"type": "boolean"
},
"systemPrompt": {
"type": "string"
},
Expand Down

0 comments on commit 2aa6975

Please sign in to comment.