From c180a6c6444a91302012f480fced0deac99296d7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 29 Jun 2023 12:59:25 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20chore(config.yaml):=20comment=20?= =?UTF-8?q?out=20unused=20wrapper=20and=20prompt=20template=20configuratio?= =?UTF-8?q?ns=20The=20configurations=20for=20the=20ChatPromptTemplate,=20S?= =?UTF-8?q?ystemMessagePromptTemplate,=20and=20HumanMessagePromptTemplate?= =?UTF-8?q?=20wrappers=20have=20been=20commented=20out=20as=20they=20are?= =?UTF-8?q?=20currently=20not=20being=20used.=20This=20helps=20to=20improv?= =?UTF-8?q?e=20code=20readability=20and=20reduces=20unnecessary=20clutter?= =?UTF-8?q?=20in=20the=20configuration=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 602d45984..133ce7e22 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -141,9 +141,6 @@ vectorstores: - MongoDBAtlasVectorSearch wrappers: - RequestsWrapper - # - ChatPromptTemplate - # - SystemMessagePromptTemplate - # - HumanMessagePromptTemplate output_parsers: - StructuredOutputParser - ResponseSchema