bstraehle commited on
Commit
07bf00f
·
verified ·
1 Parent(s): 8362e7d

Update rag_langgraph.py

Browse files
Files changed (1) hide show
  1. rag_langgraph.py +3 -1
rag_langgraph.py CHANGED
@@ -158,4 +158,6 @@ def run_multi_agent(prompt):
158
  {"recursion_limit": 150},
159
  )
160
  for s in events:
161
- yield(s)
 
 
 
158
  {"recursion_limit": 150},
159
  )
160
  for s in events:
161
+ print(s)
162
+ print("----")
163
+ return "DONE"