From 683b7ab4d0ae8e9d0c439e8545df5b6b0a476960 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 6 Jun 2023 17:41:17 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(config.yaml):=20add=20Pytho?= =?UTF-8?q?nFunction=20to=20the=20list=20of=20available=20tools=20The=20Py?= =?UTF-8?q?thonFunction=20tool=20has=20been=20added=20to=20the=20list=20of?= =?UTF-8?q?=20available=20tools=20in=20the=20config.yaml=20file.=20This=20?= =?UTF-8?q?allows=20the=20backend=20to=20use=20Python=20functions=20as=20p?= =?UTF-8?q?art=20of=20the=20language=20processing=20pipeline.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index cff623c09..2d052eb67 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -84,6 +84,7 @@ tools: - Serper Search - Tool - PythonFunctionTool + - PythonFunction - JsonSpec - News API - TMDB API