APRG commited on
Commit
ab64fd6
·
verified ·
1 Parent(s): 1afd64c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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