mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
docs: fix merge message runs docstring (#23279)
This commit is contained in:
parent
f9aea3db07
commit
f824f6d925
@ -440,7 +440,7 @@ def merge_message_runs(
|
|||||||
|
|
||||||
[
|
[
|
||||||
SystemMessage("you're a good assistant."),
|
SystemMessage("you're a good assistant."),
|
||||||
HumanMessage("what's your favorite color\nwait your favorite food", id="foo",),
|
HumanMessage("what's your favorite color\\nwait your favorite food", id="foo",),
|
||||||
AIMessage(
|
AIMessage(
|
||||||
[
|
[
|
||||||
"my favorite colo",
|
"my favorite colo",
|
||||||
|
Loading…
Reference in New Issue
Block a user