This commit is contained in:
Eugene Yurtsev
2024-12-10 11:04:07 -08:00
committed by Nuno Campos
parent f9cdfd3ac4
commit 7cabc0a3dc
+1
View File
@@ -14943,6 +14943,7 @@ def test_command_with_static_breakpoints(
result = graph.invoke(Command(resume="node1"), config)
assert result == {"foo": "abc|node-1|node-2"}
@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC)
def test_multistep_plan(request: pytest.FixtureRequest, checkpointer_name: str):
from langchain_core.messages import AnyMessage