This commit is contained in:
William FH
2024-05-20 12:51:57 -07:00
committed by GitHub
parent d4b3364bba
commit 9754602a56
+1 -1
View File
@@ -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,