From aebdfad63cf422167cb3b9377706b720eca7edef Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 25 Jul 2023 12:03:28 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20chore(config.yaml):=20rename=20'?= =?UTF-8?q?custom'=20section=20to=20'custom=5Fcomponents'=20for=20better?= =?UTF-8?q?=20clarity=20and=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 8934ff92f..38d466c34 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -290,6 +290,6 @@ output_parsers: documentation: "https://python.langchain.com/docs/modules/model_io/output_parsers/structured" ResponseSchema: documentation: "https://python.langchain.com/docs/modules/model_io/output_parsers/structured" -custom: +custom_components: CustomComponent: documentation: ""