mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
doc: fix typo in message_history.ipynb (#16877)
- **Description:** just fixed a small typo in the documentation in the `expression_language/how_to/message_history` session [here](https://python.langchain.com/docs/expression_language/how_to/message_history)
This commit is contained in:
parent
c2ca6612fe
commit
f7c709b40e
@ -7,7 +7,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Add message history (memory)\n",
|
"# Add message history (memory)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The `RunnableWithMessageHistory` let's us add message history to certain types of chains.\n",
|
"The `RunnableWithMessageHistory` let us add message history to certain types of chains.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Specifically, it can be used for any Runnable that takes as input one of\n",
|
"Specifically, it can be used for any Runnable that takes as input one of\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user