Skip to content

Commit

Permalink
Update again
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Dec 9, 2024
1 parent 41c639a commit a9a083d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/langgraph/tests/test_pregel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8235,7 +8235,7 @@ class MoreState(TypedDict):
"__root__": [
HumanMessage(
content="what is weather in sf",
id="00000000-0000-4000-8000-000000000070",
id="00000000-0000-4000-8000-000000000078",
),
AIMessage(
content="",
Expand All @@ -8255,7 +8255,7 @@ class MoreState(TypedDict):
),
AIMessage(content="answer", id="ai2"),
AIMessage(
content="an extra message", id="00000000-0000-4000-8000-000000000092"
content="an extra message", id="00000000-0000-4000-8000-0000000000100"
),
HumanMessage(content="what is weather in la"),
],
Expand Down

0 comments on commit a9a083d

Please sign in to comment.