FrancescaScipioni commited on
Commit
106c681
·
verified ·
1 Parent(s): 61f5e40

added the final return

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -173,6 +173,7 @@ builder.add_conditional_edges("assistant", tools_condition)
173
  builder.add_edge("tools", "assistant")
174
 
175
  graph = builder.compile()
 
176
 
177
  ## ----- TESTING (Optional) ----- ##
178
 
 
173
  builder.add_edge("tools", "assistant")
174
 
175
  graph = builder.compile()
176
+ return graph
177
 
178
  ## ----- TESTING (Optional) ----- ##
179