Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,6 @@ graph_builder.add_node("tools", tool_node)
|
|
132 |
graph_builder.add_conditional_edges("agent", maybe_route_to_tools)
|
133 |
graph_builder.add_conditional_edges("human", maybe_exit_human_node)
|
134 |
graph_builder.add_edge("tools", "agent")
|
135 |
-
graph_builder.add_edge("ordering", "agent")
|
136 |
graph_builder.add_edge(START, "human")
|
137 |
|
138 |
# Compile the graph
|
|
|
132 |
graph_builder.add_conditional_edges("agent", maybe_route_to_tools)
|
133 |
graph_builder.add_conditional_edges("human", maybe_exit_human_node)
|
134 |
graph_builder.add_edge("tools", "agent")
|
|
|
135 |
graph_builder.add_edge(START, "human")
|
136 |
|
137 |
# Compile the graph
|