From 595f3e03373f231c1160a05ea339dce3600b6c21 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 10 Sep 2024 16:24:37 +0200 Subject: [PATCH] doc: Add new parameter description (#2451) --- .../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