This commit is contained in:
Quanzheng Long
2026-03-12 16:05:12 -07:00
parent 667b679694
commit 388d6b3593
@@ -215,4 +215,5 @@ 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)
import json
print(json.dumps(result, ensure_ascii=False, indent=2))