From d8ba8f07468f5219b91dd71b6546d61be8cf4ab7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 24 Sep 2023 00:09:53 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(endpoints.py):=20add=20warn?= =?UTF-8?q?ing=20message=20for=20experimental=20feature=20to=20inform=20us?= =?UTF-8?q?ers=20about=20potential=20issues=20and=20encourage=20reporting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/api/v1/endpoints.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/backend/langflow/api/v1/endpoints.py b/src/backend/langflow/api/v1/endpoints.py index e1cad2357..0ac6cccb9 100644 --- a/src/backend/langflow/api/v1/endpoints.py +++ b/src/backend/langflow/api/v1/endpoints.py @@ -126,6 +126,10 @@ async def process_flow( session_id = result.session_id else: + logger.warning( + "This is an experimental feature and may not work as expected." + "Please report any issues to our GitHub repository." + ) if session_id is None: # Generate a session ID session_id = get_session_service().generate_key(