From dae8c6ba54e26eb240817fa35a3a9a58adebb4ce Mon Sep 17 00:00:00 2001 From: Eugene Molodkin Date: Wed, 4 Sep 2024 16:36:23 +0200 Subject: [PATCH] doc: Add new parameter description --- .../root-nodes/n8n-nodes-langchain.text-classifier.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.text-classifier.md b/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.text-classifier.md index 72ea776add8..4d122bb60bf 100644 --- a/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.text-classifier.md +++ b/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.text-classifier.md @@ -43,6 +43,8 @@ You can add as many categories as you like. * **System Prompt Template**: This option allows you to change the system prompt that's used for the classification. It uses the `{categories}` placeholder for the categories. +* **Enable Auto-Fixing**: When enabled, the node automatically fixes model outputs to ensure they match the expected format. Do this by sending the schema parsing error to the LLM and asking it to fix it. + ## Related resources