Skip to content

Commit 04243a1

Browse files
jjangga0214FilipZmijewski
authored andcommitted
docs(tutorial): fix typo (langchain-ai#6849)
1 parent e865007 commit 04243a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docs/tutorials/chatbot.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"cell_type": "markdown",
326326
"metadata": {},
327327
"source": [
328-
"We now need to create a `config` that we pass into the runnable every time. This config contains information that is not part of the input directly, but is still useful. In this case, we want to include a `session_id`. This should look like:"
328+
"We now need to create a `config` that we pass into the runnable every time. This config contains information that is not part of the input directly, but is still useful. In this case, we want to include a `sessionId`. This should look like:"
329329
]
330330
},
331331
{
@@ -386,7 +386,7 @@
386386
"cell_type": "markdown",
387387
"metadata": {},
388388
"source": [
389-
"Great! Our chatbot now remembers things about us. If we change the config to reference a different `session_id`, we can see that it starts the conversation fresh."
389+
"Great! Our chatbot now remembers things about us. If we change the config to reference a different `sessionId`, we can see that it starts the conversation fresh."
390390
]
391391
},
392392
{

0 commit comments

Comments
 (0)