Skip to content

Commit

Permalink
Update doc-string in RunnableWithMessageHistory (#14262)
Browse files Browse the repository at this point in the history
Update doc-string in RunnableWithMessageHistory
  • Loading branch information
eyurtsev authored Dec 6, 2023
1 parent 2aaf8e1 commit 0dea8cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/core/langchain_core/runnables/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dea8cc

Please sign in to comment.