diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 032a2f049..ab4db6fd9 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -153,6 +153,7 @@ memories: documentation: "https://python.langchain.com/docs/modules/memory/how_to/vectorstore_retriever_memory" MongoDBChatMessageHistory: documentation: "https://python.langchain.com/docs/modules/memory/integrations/mongodb_chat_message_history" +prompts: ChatMessagePromptTemplate: documentation: "https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/msg_prompt_templates" HumanMessagePromptTemplate: @@ -161,7 +162,6 @@ memories: documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/how_to/prompts" ChatPromptTemplate: documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/how_to/prompts" -prompts: PromptTemplate: documentation: "https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/" textsplitters: