You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/chat_message_histories/in_memory.py

6 lines
130 B
Python

from langchain_core.chat_history import InMemoryChatMessageHistory as ChatMessageHistory
__all__ = [
"ChatMessageHistory",
]