mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 03:19:38 +00:00
docs[patch]: Fix typo in how to guide for message history (#23364)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user