docs[patch]: Fix typo in how to guide for message history (#23364)

This commit is contained in:
Jacob Lee 2024-06-24 12:43:05 -07:00 committed by GitHub
parent 168e9ed3a5
commit 57c13b4ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",