Update docs/docs/concepts/low_level.md

Co-authored-by: Nuno Campos <nuno@langchain.dev>
This commit is contained in:
Vadym Barda
2024-12-04 19:18:37 -05:00
committed by GitHub
co-authored by Nuno Campos
parent 7651f1ab1c
commit e9cd216887
+1 -1
View File
@@ -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