From 2459e4ecb97105f78bde0eb5c487b197ad9c913e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 6 Jul 2023 17:42:20 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20chore(config.yaml):=20remove=20u?= =?UTF-8?q?nused=20CustomComponent=20entry=20and=20add=20custom=20configur?= =?UTF-8?q?ation=20for=20CustomComponent=20=F0=9F=94=80=20fix(config.yaml)?= =?UTF-8?q?:=20fix=20indentation=20issue=20in=20the=20custom=20configurati?= =?UTF-8?q?on=20section=20The=20unused=20CustomComponent=20entry=20has=20b?= =?UTF-8?q?een=20removed=20from=20the=20tools=20section=20to=20clean=20up?= =?UTF-8?q?=20the=20configuration=20file.=20Additionally,=20a=20custom=20c?= =?UTF-8?q?onfiguration=20section=20has=20been=20added=20for=20the=20Custo?= =?UTF-8?q?mComponent,=20allowing=20for=20specific=20configuration=20optio?= =?UTF-8?q?ns=20for=20this=20component.=20The=20indentation=20issue=20in?= =?UTF-8?q?=20the=20custom=20configuration=20section=20has=20also=20been?= =?UTF-8?q?=20fixed=20for=20consistency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 93664f460..5d3f69dc1 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -189,8 +189,6 @@ tools: documentation: "" Calculator: documentation: "" - CustomComponent: - documentation: "" Serper Search: documentation: "" Tool: @@ -289,3 +287,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: + CustomComponent: + documentation: ""