mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
fill other task_type
This commit is contained in:
parent
cb8a8ffd5c
commit
e4a17d122c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue