Skip to content

Commit a94d51c

Browse files
committed
Fix disambiguation
1 parent 6fff819 commit a94d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_2_sql/autogen/src/autogen_text_2_sql/custom_agents/parallel_query_solving_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async def consume_inner_messages_from_agentic_flow(
282282
),
283283
)
284284

285-
break
285+
return
286286

287287
# Final response
288288
yield Response(

0 commit comments

Comments
 (0)