diff --git a/src/backend/langflow/custom/customs.py b/src/backend/langflow/custom/customs.py index 0f1e44308..bbafb4526 100644 --- a/src/backend/langflow/custom/customs.py +++ b/src/backend/langflow/custom/customs.py @@ -2,9 +2,9 @@ from langflow.template import frontend_node # These should always be instantiated CUSTOM_NODES = { - "prompts": { - "ZeroShotPrompt": frontend_node.prompts.ZeroShotPromptNode(), - }, + # "prompts": { + # "ZeroShotPrompt": frontend_node.prompts.ZeroShotPromptNode(), + # }, "tools": { "PythonFunctionTool": frontend_node.tools.PythonFunctionToolNode(), "PythonFunction": frontend_node.tools.PythonFunctionNode(),