From e9cd216887c3fcdfe25ec0090b51bb5c0011a655 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 4 Dec 2024 19:18:37 -0500 Subject: [PATCH] Update docs/docs/concepts/low_level.md Co-authored-by: Nuno Campos --- docs/docs/concepts/low_level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/low_level.md b/docs/docs/concepts/low_level.md index fab9c3e03..b3df3c882 100644 --- a/docs/docs/concepts/low_level.md +++ b/docs/docs/concepts/low_level.md @@ -284,7 +284,7 @@ graph.add_conditional_edges("node_a", routing_function, {True: "node_b", False: ``` !!! tip - Use [`Command`](#command) instead of conditional edges if you need to combine state updates and routing. + Use [`Command`](#command) instead of conditional edges if you want to combine state updates and routing in a single function. ### Entry Point