Skip to content

Commit 25ea68c

Browse files
docs: Update message_history.ipynb (#7677)
1 parent 5449925 commit 25ea68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docs/how_to/message_history.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"]\n",
203203
"const output = await app.invoke({ messages: input }, config)\n",
204204
"// The output contains all messages in the state.\n",
205-
"// This will long the last message in the conversation.\n",
205+
"// This will log the last message in the conversation.\n",
206206
"console.log(output.messages[output.messages.length - 1]);"
207207
]
208208
},
@@ -583,4 +583,4 @@
583583
},
584584
"nbformat": 4,
585585
"nbformat_minor": 5
586-
}
586+
}

0 commit comments

Comments
 (0)