From c3cbececcfcdfa3c704fb443986a8384e8f54a37 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 20 Feb 2024 09:51:33 -0800 Subject: [PATCH] Update snapshots --- tests/__snapshots__/test_pregel.ambr | 45 ++++++++++------------------ 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/tests/__snapshots__/test_pregel.ambr b/tests/__snapshots__/test_pregel.ambr index ac713e9ec..330b87bd0 100644 --- a/tests/__snapshots__/test_pregel.ambr +++ b/tests/__snapshots__/test_pregel.ambr @@ -60,13 +60,11 @@ "edges": [ { "source": "tools", - "target": "agent", - "data": null + "target": "agent" }, { "source": "agent", - "target": "agent_should_continue", - "data": null + "target": "agent_should_continue" }, { "source": "agent_should_continue", @@ -80,8 +78,7 @@ }, { "source": "__start__", - "target": "agent", - "data": null + "target": "agent" } ] } @@ -393,13 +390,11 @@ "edges": [ { "source": "tools", - "target": "agent", - "data": null + "target": "agent" }, { "source": "agent", - "target": "agent_should_continue", - "data": null + "target": "agent_should_continue" }, { "source": "agent_should_continue", @@ -413,8 +408,7 @@ }, { "source": "__start__", - "target": "agent", - "data": null + "target": "agent" } ] } @@ -1166,13 +1160,11 @@ "edges": [ { "source": "action", - "target": "agent", - "data": null + "target": "agent" }, { "source": "agent", - "target": "agent_should_continue", - "data": null + "target": "agent_should_continue" }, { "source": "agent_should_continue", @@ -1186,8 +1178,7 @@ }, { "source": "__start__", - "target": "agent", - "data": null + "target": "agent" } ] } @@ -1411,13 +1402,11 @@ "edges": [ { "source": "action", - "target": "agent", - "data": null + "target": "agent" }, { "source": "agent", - "target": "agent_should_continue", - "data": null + "target": "agent_should_continue" }, { "source": "agent_should_continue", @@ -1431,8 +1420,7 @@ }, { "source": "__start__", - "target": "agent", - "data": null + "target": "agent" } ] } @@ -1656,13 +1644,11 @@ "edges": [ { "source": "action", - "target": "agent", - "data": null + "target": "agent" }, { "source": "agent", - "target": "agent_should_continue", - "data": null + "target": "agent_should_continue" }, { "source": "agent_should_continue", @@ -1676,8 +1662,7 @@ }, { "source": "__start__", - "target": "agent", - "data": null + "target": "agent" } ] }