From 28ea9097bc4b5019191b4abf9c7e653ba2dee7cb Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 14 Dec 2023 13:48:24 +0000 Subject: [PATCH] edits --- .../root-nodes/n8n-nodes-langchain.chainsummarization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainsummarization.md b/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainsummarization.md index 8d4d71a50..d89eb6d10 100644 --- a/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainsummarization.md +++ b/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainsummarization.md @@ -33,7 +33,7 @@ Options in **Summarization Method**: * **Refine**: learn more about [Refine](https://js.langchain.com/docs/modules/chains/document/refine){:target=_blank .external-link} in the LangChain documentation. * **Stuff**: learn more about [Stuff](https://js.langchain.com/docs/modules/chains/document/stuff){:target=_blank .external-link} in the LangChain documentation. -You can define the prompts for individual summaries and the final summary combination. There are examples in the node. You must include the `"{text}"` placeholder. +You can customize the **Individual Summary Prompts** and the **Final Prompt to Combine**. There are examples in the node. You must include the `"{text}"` placeholder. ## Related resources