davron04 commited on
Commit
3929158
·
verified ·
1 Parent(s): 4af3408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ class BasicAgent:
48
  builder.add_node("tools", ToolNode(tools))
49
 
50
  builder.add_edge(START, "assistant")
51
- builder.add_conditional_edge(
52
  "assistant",
53
  tools_condition
54
  )
 
48
  builder.add_node("tools", ToolNode(tools))
49
 
50
  builder.add_edge(START, "assistant")
51
+ builder.add_conditional_edges(
52
  "assistant",
53
  tools_condition
54
  )