diff --git a/json-schema/haystack-pipeline-main.schema.json b/json-schema/haystack-pipeline-main.schema.json index 15add62..3630a28 100644 --- a/json-schema/haystack-pipeline-main.schema.json +++ b/json-schema/haystack-pipeline-main.schema.json @@ -2770,6 +2770,28 @@ "default": "reduce_mean", "type": "string" }, + "query_prompt": { + "title": "Query Prompt", + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "passage_prompt": { + "title": "Passage Prompt", + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "emb_extraction_layer": { "title": "Emb Extraction Layer", "default": -1,