mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
Update tests
This commit is contained in:
@@ -4078,18 +4078,6 @@ def test_prebuilt_tool_chat(snapshot: SnapshotAssertion) -> None:
|
||||
stream_mode="messages",
|
||||
)
|
||||
] == [
|
||||
(
|
||||
_AnyIdHumanMessage(
|
||||
content="what is weather in sf",
|
||||
),
|
||||
{
|
||||
"langgraph_step": 0,
|
||||
"langgraph_node": "__start__",
|
||||
"langgraph_triggers": ["__start__"],
|
||||
"langgraph_path": ("__pregel_pull", "__start__"),
|
||||
"langgraph_checkpoint_ns": AnyStr("__start__:"),
|
||||
},
|
||||
),
|
||||
(
|
||||
_AnyIdAIMessageChunk(
|
||||
content="",
|
||||
|
||||
@@ -3999,18 +3999,6 @@ async def test_prebuilt_tool_chat() -> None:
|
||||
stream_mode="messages",
|
||||
)
|
||||
] == [
|
||||
(
|
||||
_AnyIdHumanMessage(
|
||||
content="what is weather in sf",
|
||||
),
|
||||
{
|
||||
"langgraph_step": 0,
|
||||
"langgraph_node": "__start__",
|
||||
"langgraph_triggers": ["__start__"],
|
||||
"langgraph_path": ("__pregel_pull", "__start__"),
|
||||
"langgraph_checkpoint_ns": AnyStr("__start__:"),
|
||||
},
|
||||
),
|
||||
(
|
||||
_AnyIdAIMessageChunk(
|
||||
content="",
|
||||
|
||||
Reference in New Issue
Block a user