File tree 1 file changed +4
-4
lines changed
packages/@n8n/nodes-langchain/nodes/chains/ChainSummarization/V2 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ export class ChainSummarizationV2 implements INodeType {
211
211
] ,
212
212
} ,
213
213
{
214
- displayName : 'Final Prompt to Combine ' ,
214
+ displayName : 'Individual Summary Prompt ' ,
215
215
name : 'combineMapPrompt' ,
216
216
type : 'string' ,
217
- hint : 'The prompt to combine individual summaries ' ,
217
+ hint : 'The prompt to summarize an individual document (or chunk) ' ,
218
218
displayOptions : {
219
219
hide : {
220
220
'/options.summarizationMethodAndPrompts.values.summarizationMethod' : [
@@ -229,11 +229,11 @@ export class ChainSummarizationV2 implements INodeType {
229
229
} ,
230
230
} ,
231
231
{
232
- displayName : 'Individual Summary Prompt' ,
232
+ displayName : 'Final Prompt to Combine ' ,
233
233
name : 'prompt' ,
234
234
type : 'string' ,
235
235
default : DEFAULT_PROMPT_TEMPLATE ,
236
- hint : 'The prompt to summarize an individual document (or chunk) ' ,
236
+ hint : 'The prompt to combine individual summaries ' ,
237
237
displayOptions : {
238
238
hide : {
239
239
'/options.summarizationMethodAndPrompts.values.summarizationMethod' : [
You can’t perform that action at this time.
0 commit comments