This commit is contained in:
Quanzheng Long
2026-03-12 15:58:42 -07:00
parent ccb9f4c41a
commit 667b679694
@@ -215,3 +215,4 @@ async def test_async_sub_graph() -> None:
order_food_idx = output.index("order_food: order submitted")
assert first_sub_idx < second_sub_idx < order_food_idx
assert planner._idx == len(planner.responses)
print(output)