diff --git a/schema/latest/pipelines-schema.json b/schema/latest/pipelines-schema.json index a819f28c..1ab03c15 100644 --- a/schema/latest/pipelines-schema.json +++ b/schema/latest/pipelines-schema.json @@ -680,6 +680,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" }, @@ -1874,6 +1877,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" }, @@ -2813,6 +2819,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" }, @@ -3752,6 +3761,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" }, @@ -4691,6 +4703,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" }, @@ -5630,6 +5645,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" }, diff --git a/schema/latest/schema.json b/schema/latest/schema.json index 53df876e..4b553806 100644 --- a/schema/latest/schema.json +++ b/schema/latest/schema.json @@ -108,6 +108,9 @@ "queryTemplate": { "type": "string" }, + "strictSelection": { + "type": "boolean" + }, "systemPrompt": { "type": "string" },