Update doc-string in RunnableWithMessageHistory (#14262)

Update doc-string in RunnableWithMessageHistory
This commit is contained in:
Eugene Yurtsev 2023-12-06 12:31:46 -05:00 committed by GitHub
parent 2aaf8e11e0
commit 0dea8cc62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,9 @@ class RunnableWithMessageHistory(RunnableBindingBase):
from typing import Optional
from langchain_core.chat_models import ChatAnthropic
from langchain_core.memory.chat_message_histories import RedisChatMessageHistory
from langchain.chat_models import ChatAnthropic
from langchain.memory.chat_message_histories import RedisChatMessageHistory
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
from langchain_core.runnables.history import RunnableWithMessageHistory