diff --git a/packages/components/nodes/engine/QueryEngine/QueryEngine.ts b/packages/components/nodes/engine/QueryEngine/QueryEngine.ts index 1b580f9be6e..7d8d4fe4cad 100644 --- a/packages/components/nodes/engine/QueryEngine/QueryEngine.ts +++ b/packages/components/nodes/engine/QueryEngine/QueryEngine.ts @@ -46,7 +46,7 @@ class QueryEngine_LlamaIndex implements INode { name: 'responseSynthesizer', type: 'ResponseSynthesizer', description: - 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', + 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', optional: true }, { diff --git a/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts b/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts index 11239a4d39c..eb6f85dccb4 100644 --- a/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts +++ b/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts @@ -63,7 +63,7 @@ class SubQuestionQueryEngine_LlamaIndex implements INode { name: 'responseSynthesizer', type: 'ResponseSynthesizer', description: - 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', + 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', optional: true }, { diff --git a/packages/server/marketplaces/chatflows/Query Engine.json b/packages/server/marketplaces/chatflows/Query Engine.json index 327cd65243b..66e8b85eedb 100644 --- a/packages/server/marketplaces/chatflows/Query Engine.json +++ b/packages/server/marketplaces/chatflows/Query Engine.json @@ -42,7 +42,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "queryEngine_0-input-responseSynthesizer-ResponseSynthesizer" } diff --git a/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json b/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json index 2a890b6e9d7..77e0f320ec7 100644 --- a/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json +++ b/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json @@ -706,7 +706,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "queryEngine_0-input-responseSynthesizer-ResponseSynthesizer" } @@ -908,7 +908,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "queryEngine_1-input-responseSynthesizer-ResponseSynthesizer" } @@ -989,7 +989,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "subQuestionQueryEngine_0-input-responseSynthesizer-ResponseSynthesizer" }