Skip to content

Commit b6a9d24

Browse files
Update schema for latest release
1 parent 0c59ea1 commit b6a9d24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

schema/latest/pipelines-schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@
349349
"boost",
350350
"openAIEmbeddings",
351351
"openAIEmbeddingsIndex",
352-
"AIAnswer"
352+
"AIAnswer",
353+
"validateQuery"
353354
],
354355
"stages": {
355356
"AIAnswer": {
@@ -6952,6 +6953,11 @@
69526953
"inputs": null,
69536954
"title": "Apply Cached Response"
69546955
},
6956+
"validateQuery": {
6957+
"description": "This stage will generate the validate response of the request body and return that in the response. This stage, when triggered will stop the execution of the pipeline.",
6958+
"inputs": null,
6959+
"title": "Validate Query"
6960+
},
69556961
"zincQuery": {
69566962
"description": "To perform a request to Zinc",
69576963
"inputs": {

0 commit comments

Comments
 (0)