mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 00:52:25 +02:00
Fix typo (#505)
This commit is contained in:
@@ -370,7 +370,7 @@ workflow.add_conditional_edges(
|
||||
|
||||
# We now add a normal edge from `tools` to `agent`.
|
||||
# This means that after `tools` is called, `agent` node is called next.
|
||||
workflow.add_edge('tool', 'agent')
|
||||
workflow.add_edge("tools", 'agent')
|
||||
|
||||
# Finally, we compile it!
|
||||
# This compiles it into a LangChain Runnable,
|
||||
|
||||
Reference in New Issue
Block a user