diff --git a/src/backend/langflow/template/frontend_node/constants.py b/src/backend/langflow/template/frontend_node/constants.py index 8800a3755..a213a2744 100644 --- a/src/backend/langflow/template/frontend_node/constants.py +++ b/src/backend/langflow/template/frontend_node/constants.py @@ -65,4 +65,11 @@ INPUT_KEY_INFO = """The variable to be used as Chat Input when more than one var OUTPUT_KEY_INFO = """The variable to be used as Chat Output (e.g. answer in a ConversationalRetrievalChain)""" -CLASSES_TO_REMOVE = ["Serializable", "BaseModel", "object", "Runnable", "Generic"] +CLASSES_TO_REMOVE = [ + "RunnableSerializable", + "Serializable", + "BaseModel", + "object", + "Runnable", + "Generic", +]