mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 03:19:38 +00:00
docs: fix merge message runs docstring (#23279)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user