mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
docs[patch]: Fix typo in how to guide for message history (#23364)
This commit is contained in:
parent
168e9ed3a5
commit
57c13b4ef8
@ -129,7 +129,7 @@
|
|||||||
"id": "a531da5e",
|
"id": "a531da5e",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"## What is the runnable you are trying wrap?\n",
|
"## What is the runnable you are trying to wrap?\n",
|
||||||
"\n",
|
"\n",
|
||||||
"`RunnableWithMessageHistory` can only wrap certain types of Runnables. Specifically, it can be used for any Runnable that takes as input one of:\n",
|
"`RunnableWithMessageHistory` can only wrap certain types of Runnables. 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