chore(docs): fix more admonitions (#5792)

Fix more admonitions
This commit is contained in:
Eugene Yurtsev
2025-07-31 22:57:44 -04:00
committed by GitHub
parent 2f23d1a30d
commit e3cb2dd23b
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -701,7 +701,8 @@ graph.addConditionalEdges("nodeA", routingFunction, {
:::
!!! tip
Use [`Command`](#command) instead of conditional edges if you want to combine state updates and routing in a single function.
Use [`Command`](#command) instead of conditional edges if you want to combine state updates and routing in a single function.
### Entry Point