fill other task_type

This commit is contained in:
lidanyang 2023-12-01 14:15:36 +08:00
parent cb8a8ffd5c
commit e4a17d122c

View file

@ -123,7 +123,7 @@ class MLEngineer(Role):
# print("*" * 10)
# breakpoint()
if not self.use_tools or self.plan.current_task.task_type == "":
if not self.use_tools or self.plan.current_task.task_type == "other":
# code = "print('abc')"
code = await WriteCodeByGenerate().run(
context=context, plan=self.plan, task_guide=task_guide