Skip to content

Commit c05b77c

Browse files
fix: typo in the chatbot tutorial (#7693)
1 parent e1bd39c commit c05b77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core_docs/docs/tutorials/chatbot.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
"]\n",
471471
"const output = await app.invoke({ messages: input }, config)\n",
472472
"// The output contains all messages in the state.\n",
473-
"// This will long the last message in the conversation.\n",
473+
"// This will log the last message in the conversation.\n",
474474
"console.log(output.messages[output.messages.length - 1]);"
475475
]
476476
},

0 commit comments

Comments
 (0)