mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 06:39:52 +00:00
docs: in chatbot tutorial, make docs consistent with code sample (#27042)
**Docs Chatbot Tutorial** The docs state that you can omit the language parameter, but the code sample to demonstrate, still contains it. Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
c10e1f70fe
commit
feb4be82aa
@ -686,7 +686,7 @@
|
||||
"\n",
|
||||
"input_messages = [HumanMessage(query)]\n",
|
||||
"output = app.invoke(\n",
|
||||
" {\"messages\": input_messages, \"language\": language},\n",
|
||||
" {\"messages\": input_messages},\n",
|
||||
" config,\n",
|
||||
")\n",
|
||||
"output[\"messages\"][-1].pretty_print()"
|
||||
|
Loading…
Reference in New Issue
Block a user