chore: return plan by list.

This commit is contained in:
刘棒棒 2023-11-22 19:36:21 +08:00
parent 8ef05bb19f
commit 9f5108a464
3 changed files with 7 additions and 3 deletions

View file

@ -10,3 +10,4 @@ async def test_plan():
rsp = await p.run(task_desc, role="data analyst")
assert len(rsp.content) > 0
assert rsp.sent_from == "Plan"
print(rsp)