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

Update rag_langgraph.py

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